From ab32c314abc271f33f7fd69c27c341b564a4595d Mon Sep 17 00:00:00 2001 From: binary-husky Date: Sun, 8 Sep 2024 15:44:02 +0000 Subject: [PATCH] change git ignore --- .gitignore | 1 + TODO | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 TODO diff --git a/.gitignore b/.gitignore index be959f73..be33f58c 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ test.* temp.* objdump* *.min.*.js +TODO \ No newline at end of file diff --git a/TODO b/TODO deleted file mode 100644 index 72416115..00000000 --- a/TODO +++ /dev/null @@ -1,10 +0,0 @@ -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