-
Notifications
You must be signed in to change notification settings - Fork 3
Trouble running chromadb #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I guess it is due to using the For now i pinned the chromadb image with #26 and you should be able to use the |
Thanks! I'm getting closer. I can run the docker commands to embed and query the Symfony base, but within the web browser it fails. Also, it fails when I run
so I suspect that's the problem in the web browser as well, since I'm using It's possible that the chromadb issue was because I didn't realize apache2 was running on port 8000. I'd like to run the application without docker. Is there an alternative to chromadb? I quite like Meilisearch (#24), but even a simple filesystem or doctrine vector store would be enough to continue to play with this excellent toolkit. Thx. |
FWIW, when I change .env to CHROMADB_HOST=http://127.0.0.1:8000 I get In ChromaApiClient.php line 331: [Error] Exception trace: |
Try pinecone than: https://www.pinecone.io/ I switched to docker explicitly to use chroma tbh |
Getting closer, using docker. Any idea what's causing this? I do have an OPENAPI_KEY set. 12:57:19 INFO [http_client] Response: "200 https://api.openai.com/v1/embeddings" 0.2028 seconds ["http_code" => 200,"url" => "https://api.openai.com/v1/embeddings","total_time" => 0.2028] In ChromaApiClient.php line 331: [Error] Exception trace: |
I got a pinecone account, but am not sure how to configure it. I've installed composer require probots-io/pinecone-php but hacking here, not sure what this should be. Thx. store:
pinecone:
symfonycon:
namespace: 'symfony_blog' |
I'm stuck on getting chromadb to work. I've tried running it with the docker file provided, running it on it's own docker instance, and on two machines.
Slightly different errors, sometime SSL, this one is about the version. I've tried with chroma:0.5.0 and :lastest
I suspect it has to do with ssl, or that both machines are dev machines and have services running on them, but I don't think anything on port 8000.
Any suggestions?
The text was updated successfully, but these errors were encountered: