Find answers from the community

Home
Members
K.Luker
K
K.Luker
Offline, last seen 2 months ago
Joined September 25, 2024
Hi everyone, I have few questions and hope it could get helps. Since I am building a simple RAG for my document management, wanna search the target documents quickly.
#1 I noted metadata feature, file name might as information for query . I'm wondering if this function is referenced during the retrieval process? Or should the file name also be included in the embedding? How can I achieve this? I've referred to the documentation, but there are no sample codes for reference.

#2 Evaluation issue, I tried ragchecker package for evaluating my RAG, just followed any steps in RAGChecker example, but "RAGResults.from_dict({"results": [rag_result]})" step return nothing. Has anyone used this package before and can share their experience? Thz!
2 comments
W
K
Hi guys, I am a cookie, and want to build up a RAG to search the documents easily and precisely. Also with chat_engine function. Right, I am coding as a retriever but it doesnt has chat function. Any advice? thz a lot!
2 comments
K
W