neuml / rag

🚀 Retrieval Augmented Generation (RAG) with txtai. Combine search and LLMs to find insights with your own data.
Apache License 2.0
283 stars 18 forks source link

Upsert DATA after embeddings index has been created #9

Closed davidmezzetti closed 3 months ago

davidmezzetti commented 3 months ago

Change the current logic to upsert files from the DATA environment parameter. This enables appending data to an existing Embeddings index when persistence is enabled.