Skip to content

Commit

Permalink
Merge pull request #63 from arjbingly/tests
Browse files Browse the repository at this point in the history
type issues
  • Loading branch information
arjbingly authored Mar 30, 2024
2 parents b51df79 + 730a6c4 commit 03a421b
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 03a421b

Please sign in to comment.