Retrieval and also update on russian language
This commit is contained in:
@@ -33,7 +33,7 @@ Chosen data folder: relatve ./../../../data - from the current folder
|
||||
|
||||
# Phase 5 (preparation for the retrieval feature)
|
||||
|
||||
- [ ] Create file `retrieval.py` with the configuration for chosen RAG framework, that will retrieve data from the vector storage based on the query. Use retrieving library/plugin, that supports chosen vector storage within the chosen RAG framework. Retrieving configuration should search for the provided text in the query as argument in the function and return found information with the stored meta data, like paragraph, section, page etc. Important: if for chosen RAG framework, there is no need in separation of search, separation of retrieving from the chosen vector storage, this step may be skipped and marked done.
|
||||
- [x] Create file `retrieval.py` with the configuration for chosen RAG framework, that will retrieve data from the vector storage based on the query. Use retrieving library/plugin, that supports chosen vector storage within the chosen RAG framework. Retrieving configuration should search for the provided text in the query as argument in the function and return found information with the stored meta data, like paragraph, section, page etc. Important: if for chosen RAG framework, there is no need in separation of search, separation of retrieving from the chosen vector storage, this step may be skipped and marked done.
|
||||
|
||||
# Phase 6 (chat feature, as agent, for usage in the cli)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user