Locally running RAG pipeline with Verba and Llama3 with Ollama
How would I set this up without Cohere? I read their TOC and it requires giving them permission to use your data. My goal is to use this locally/offline and not expose my data to 3rd parties. I need...
View ArticleLocally running RAG pipeline with Verba and Llama3 with Ollama
I have Verba, Weaviate, and Ollama running in the same image. Ollama keeps restarting. Verba says it’s connected to Ollama on port 11434 only when Ollama is started outside of the docker image. I’m...
View ArticleFeature request: auto delete collection
I have a use case where I need to delete the collection I used after use. Is there a way to set an expiration time for a collection so it will be deleted each time? I don’t need the data after doing...
View ArticleCouldn't connect to Weaviate, check your URL/API KEY: [Errno 30] Read-only...
hi @nan_dou !! Let me know if this worked for you. Also, if necessary, happy to jump in a call Have a great day!
View ArticleLocally running RAG pipeline with Verba and Llama3 with Ollama
what are the logs for ollama? docker logs ollama to find out why it’s restarting? you’ll probably want to link a volume to ollama as well otherwise you go through the hassle of needing to manually...
View ArticleVectorization failed 404 http://host.docker.internal:11434/api/embed
Ohhhhh. I believe we can improve this in Verba, properly joining the url paths here: github.com...
View ArticleOnce weaviate.connect_to_embedded , do I need to start it before insert data...
Hi! Yes, the data will persist. If you do not specify a persistence_path, as describre here, by default, it will store your data in ~/.local/share/weaviate If you have issues running the embedded...
View ArticleStart weaviate embeded with openai token and persistent storage
Hi! After setting up the backup, I got an error while triggering a backup. All data will be stored by default in ~/.local/share/weaviate or whatever path you define in persistence_path(in the example,...
View ArticleFeature request: auto delete collection
hi @Agam_More !! Welcome to our community We do not have this feature, and this is not in our roadmap. I believe that it would be best to handle that action to an external task than leveraging to the...
View ArticleWeaviate Verba - How to change the port no weaviate is running on
hi @jaydcrowe1989 !! Can you paste some of the commands or code you have been running? Are you running using Docker? That would be the best way to change ports. Let me know if this helps.
View ArticleBest way to multiprocess
Hi @teapotboy Can you provide the version of both server and client you are using? Are you running a multinode environment? Thanks! teapotboy: Weaviate Server Version: Deployment Method: Multi Node?...
View ArticleNot able to connect to weaviate instance from vectordbBench
I am trying to run vectored bench on weaviate which is running on Kubernetes on EC2 instance. when vectordb is trying to connect to weaviate its getting the below error: “failed to run,...
View ArticleSearching with bm25 does not return all results with GeoCoordinate filter
I apologize I don’t think that I was clear enough on the problem. I am not having a problem with the test code you did. Thanks for doing that however. The issue that I am having with Weaviate is when...
View ArticleNot able to connect to weaviate instance from vectordbBench
Hi! Are you using our oficial helm chart? github.com GitHub - weaviate/weaviate-helm: Helm charts to deploy Weaviate to k8s Helm charts to deploy Weaviate to k8s
View ArticleWeaviate Verba - How to change the port no weaviate is running on
Yes I am using docker. I have pasted in the docker compose file below. The only way I can get it to run correctly on another port is to change the deployment to “Local” when the verba instance is...
View ArticleWeaviate Verba - How to change the port no weaviate is running on
The other issue I have it that every time I do an npm run build and then push the new version by running: docker compose --env-file goldenverba/.env up -d --build It is not maintaining the database...
View ArticleNot able to connect to weaviate instance from vectordbBench
yes , I was using your official helm chart. using : helm repo add weaviate Weaviate Helm Charts | Weaviate Helm chart repo
View ArticleSearching with bm25 does not return all results with GeoCoordinate filter
Oh. I see. And what is the version you are running? Does it also happens on latest versions?
View ArticleNot able to connect to weaviate instance from vectordbBench
Ok! What is the software you want to connect it with Weaviate? Were you able to connect using the python client for example?
View Article