Update golden ragtriever?
hi @Ilan_Manouach !! Depending on how you deployed Verba, your data should be stored in a docker volume or on the Weaviate embedded volume path. One way to make sure you have a backup, is to migrate...
View ArticleType object '_Generative' has no attribute 'ollama'
Hi! For technical questions, please, use the Support category, as we have a template there that will ask to provide infos like server version, etc. Can you paste the entire traceback of that code?...
View ArticleVerba chat got error no chunks available
Hi! Welcome to our community! Do you see success logs when importing the data? Can you connect to the server and make sure the data is correctly indexed? Thanks!
View ArticleBug in object replace
I believe there is a bug in object replace. I have a collection that contains both vectorized and non-vectorized fields (set with skip_vectorization=True). When I call collection.data.replace, the...
View ArticleGetting 401 error with data insertion
Hi Duda Please find the details below Weaviate Server Version: 1.25.7 Deployment Method: k8s Multi Node? Number of Running Nodes: 3 Client Language and Version: Python 3.12 Multitenancy?: yes Create...
View ArticleVerba chat got error no chunks available
Hello! I installed Verba for the first time last night and ran into the same issue. What worked for me is making sure I downloaded the models in Ollama prior to running Verba. ~$ ollama run llama3 ~$...
View ArticleBug in object replace
hi @asido !! Welcome to our community I was not able to reproduce this. Here the code a crafted: import weaviate from weaviate.util import generate_uuid5 from weaviate import classes as wvc client =...
View ArticleVerba chat got error no chunks available
hi @arelyx !! Welcome to our community Thanks for sharing!
View ArticleBug in object replace
Hi Duga, Thanks for the prompt reply. I am out of office hours now so will have to try to create a reproducible sample tomorrow, however the main difference I can see between our implementations is...
View ArticleHow to use weaviate client as container?
Hi, I wanted to create an image with weaviate client installed from base image alpine with python3. “RUN pip install -U weavite-client” in Dockerfile failed. Also, alpine expects to use apk (Alpine...
View ArticleSemantic search is not as good as I expected
Well unfortunately i haven’t tested that much with open source so can’t advise on that one i am sorry.
View ArticleGetting UnexpectedStatusCodeError: Collection may not exist.!
Description Im ingesting data using LangChain WeaviateVectorStore.from_documents() function. After successfully inserted ~600K of objects (embedding length 1536), I start getting the following error...
View ArticleAssistance Needed to Improve Weaviate's Vector Search Performance
Hello Everyone , Weaviate’s potent vector search skills are being used in a project I’m working on, but I could appreciate some help with some performance problems I’ve been having. Project Synopsis:...
View ArticleBatch thread died unexpectedly
Hi @Dirk , to my surprise batching is working as expected using fastapi and async methods. The problem was that I was running pycharm in debug mode and in this mode batching, async and event loops are...
View ArticleVerba chat got error no chunks available
arelyx: mxbai-embed-large You are my hero! Thanks bro
View ArticleVerba chat got error no chunks available
what was happening is I did not define the OLLAMA_EMBED_MODEL so the embeder falling back to OLLAMA_MODEL which is llama3 and embeding could not be done with it
View ArticleWhy Am I Unable to See My Post?
Hello there, Recently, I posted a thread: https://forum.weaviate.io/t/assistance-needed-to-improve-weaviates-vector-search-performance/3096/1 After few minutes, I got a notification that left me...
View ArticleHow to build up Vector Database ranking criteria?
Vector Database got scoring STD to make rank from user feedback.
View ArticlenamedVectors with custom embedder?
Description I literally can’t find documentation on how to use (create and perform vector search) namedVectors (like 2 vectors per collection) using my custom vectors. Can anyone point me to the...
View ArticleType object '_Generative' has no attribute 'ollama'
Hi, @DudaNogueira , yes issue was related to the client.collections.create, later I just ran same code in Jupiter Notebook collection was created maybe was issue in Pycharm. thanks
View Article