-
Notifications
You must be signed in to change notification settings - Fork 0
versionii Build_Diary
So I think we will be able to successfully integrate vector embeddings for the note-editor and the documents being uploaded. We can continue to refine the RAG system once these components are physically assembled. We still also need to figure out how to ensure that each note/ document is specifically tied to the appropriate ParentId for the project.
Secondly, we can search and determine results as sources from the data provided (notes/ documents). This is essentially our sources in the chat. So if we could find a way to retrieve the appropriate context, answer the user query, and the provide the source (document or note Id), that would be perfect - each answer would have a specific reference. Then, the User could click the source in the chat and be able to find where the answer context is located to verify the result.
- Embed user query
- Retrieve similar context results
- Assemble & provide response to the user
- Provide sources for context