luigisaetta / llamaindex_oracle

This repo contains all the work done on the development of a RAG application using Oracle DB Vector Store, LlamaIndex, LangChain and Oracle GenAI service
MIT License
20 stars 7 forks source link

Supporting auto-merging #3

Open luigisaetta opened 10 months ago

luigisaetta commented 10 months ago

Support auto-merging requires further improvements

luigisaetta commented 10 months ago

Using hash for id makes a step forward.. this way the ID is unique for the page. But the rest of implementation is missing.