Hello
I’m new to Verba
I deploy verba on Docker
Everything works perfectly.
But now I have a question?. How to add external data into Verba.
I use LLamaIndex and use Semantic chunking to split the document. The problem I want to ask is how to put these chunks into Verba and I want each chunk to be considered a document for querying.
I used Weaviate on LlamaIndex to create a collection named “VERBA_Document_…” or “VERBA_Chunk_…” . However, this does not help me retrival these chunks.
Is there any solution to the problem I’m having??
Help me please. Thanks