Skip to content

Commit

Permalink
type issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchitvj committed Mar 30, 2024
1 parent 17f2385 commit 730a6c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grag/components/vectordb/chroma_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class ChromaClient(VectorDB):

def __init__(
self,
host: str = chroma_conf["host"],
port: str = chroma_conf["port"],
host: int = chroma_conf["host"],
port: int = chroma_conf["port"],
collection_name: str = chroma_conf["collection_name"],
embedding_type: str = chroma_conf["embedding_type"],
embedding_model: str = chroma_conf["embedding_model"],
Expand Down

0 comments on commit 730a6c4

Please sign in to comment.