@@ -72,13 +72,15 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"app = App.from_config(config={\n",
|
||||
" \"provider\": \"chroma\",\n",
|
||||
" \"config\": {\n",
|
||||
" \"collection_name\": \"my-collection\",\n",
|
||||
" \"host\": \"your-chromadb-url.com\",\n",
|
||||
" \"port\": 5200,\n",
|
||||
" \"allow_reset\": True\n",
|
||||
" }\n",
|
||||
" \"vectordb\": {\n",
|
||||
" \"provider\": \"chroma\",\n",
|
||||
" \"config\": {\n",
|
||||
" \"collection_name\": \"my-collection\",\n",
|
||||
" \"host\": \"your-chromadb-url.com\",\n",
|
||||
" \"port\": 5200,\n",
|
||||
" \"allow_reset\": True\n",
|
||||
" }\n",
|
||||
" }\n",
|
||||
"})"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user