Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
SungBeom
/
chatwine-korean
like
4
Runtime error
App
Files
Files
Community
e0ff024
chatwine-korean
/
.venv
/
Lib
/
site-packages
/
chromadb
/
server
/
__init__.py
SungBeom
Upload folder using huggingface_hub
4a51346
over 1 year ago
raw
Copy download link
history
blame
Safe
172 Bytes
from
abc
import
ABC, abstractmethod
from
chromadb.config
import
Settings
class
Server
(
ABC
):
@abstractmethod
def
__init__
(
self, settings: Settings
):
pass