Import custom data in Verba

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

hi @maiduchuy321 !!

Really sorry, missed this message :frowning:

The best way to ingest data into Verba is using its own UI.

There are some improvements coming to Verba v2 (under development) that will help bulk imports.

So I believe it is best to check this new version. Also feel free to test and suggest improvements :slight_smile:

Thanks!