Skip to content

Commit

Permalink
fix: port dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
david20571015 committed Jun 27, 2024
1 parent e6be866 commit d85ffbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync_crawler/writer/chromadb_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ChromaDBWriter(BaseWriter):
def __init__(
self,
host: str = "localhost",
port: str = "8000",
port: int = 8000,
token: str = "",
collection: str = "news",
embedding_model: str = "sentence-transformers/distiluse-base-multilingual-cased-v1",
Expand Down

0 comments on commit d85ffbc

Please sign in to comment.