Description
Hi all, I am new in this field and I managed to setup Llama3 + Verba + Weaviate. However I am now stuck on error “no chunks available” when trying to chat after adding documents. In the log, there is error message like this
✔ Received query: tell me about owaps testing
✘ The query retriever result in the window retriever contains an error:
({'locations': [{'column': 6, 'line': 1}], 'message': 'get vector input from
modules provider: VectorFromInput was called without vectorizer', 'path':
['Get', 'VERBA_Chunk_OLLAMA']})
ℹ No data found for VERBA_Chunk_OLLAMA.
ℹ Retrieved Context of 0 tokens
✔ Succesfully processed query: tell me about owaps testing in 0.02s
Server Setup Information
-
Ubuntu 20.4
-
Weaviate Server Version: semitechnologies/weaviate:1.24.2
-
Deployment Method: Docker Compose taken from GitHub - weaviate/Verba: Retrieval Augmented Generation (RAG) chatbot powered by Weaviate
Any additional Information
These are indicators from Verba Overview (since I couldn’t put screenshot here)
- VERBA_Chunk_OLLAMA 4629
- VERBA_Config 1
- VERBA_Document_OLLAMA 1
- docx Available
- openai Available
- pypdf Available
- tiktoken Available
- OLLAMA_EMBED_MODEL Available
- OLLAMA_MODEL Available
- OLLAMA_URL Available
- WEAVIATE_URL_VERBA Available
Hopefully all these information are sufficient to describe what is gone wrong. Thank in advance
Regards,
YP.Ajie