mirror of
https://github.com/placeholder-soft/chroma.git
synced 2026-01-12 22:44:55 +08:00
fix port str (#758)
found b/c of this PR against docs https://github.com/chroma-core/docs/pull/91
This commit is contained in:
@@ -20,7 +20,7 @@ from chromadb.config import Settings
|
||||
# Example setup of the client to connect to your chroma server
|
||||
client = chromadb.Client(Settings(chroma_api_impl="rest",
|
||||
chroma_server_host="localhost",
|
||||
chroma_server_port=8000))
|
||||
chroma_server_http_port=8000))
|
||||
|
||||
collection = client.create_collection("all-my-documents")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user