Bump up LangChain version and bugfix (#536)
Co-authored-by: Taranjeet Singh <reachtotj@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ class ChromaDB(BaseVectorDB):
|
||||
|
||||
if host and port:
|
||||
logging.info(f"Connecting to ChromaDB server: {host}:{port}")
|
||||
self.client = chromadb.HttpClient(host=host, port=8000)
|
||||
self.client = chromadb.HttpClient(host=host, port=port)
|
||||
else:
|
||||
if db_dir is None:
|
||||
db_dir = "db"
|
||||
|
||||
Reference in New Issue
Block a user