This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
RAG忘了触发保存了!
刘博寅: 用llama index 实现 RAG 文档向量化
RAG代码参考:
crazy_functions/rag_fns/llama_index_worker.py
crazy_functions/rag_fns/milvus_worker.py
crazy_functions/rag_fns/vector_store_index.py
读取文件的代码参考(使用glob):
crazy_functions/SourceCode_Analyse.py