> I think the right abstraction for today would be for OpenAI to manage the vector search
So I disagree, but they have a very easy-to-use RAG system in beta that does what you want.
In my use cases, fine-grained control over chunking and so on is application-level code. I’m using an LLM to split documents into subdocuments with context (and location) and then searching those subdocuments, while pushing the user to the source
So I disagree, but they have a very easy-to-use RAG system in beta that does what you want.
In my use cases, fine-grained control over chunking and so on is application-level code. I’m using an LLM to split documents into subdocuments with context (and location) and then searching those subdocuments, while pushing the user to the source