Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc
|
3 |
+
---
|
4 |
+
|
5 |
+
This is the sample vectorized data of the RAG part used by our SLMP platform, which contains 7805 files and corresponding vectors. The total data size is about 54GB. You can download it and store it in the [langchain-ChatGLM/knowledge_base](https://github.com/chatchat-space/Langchain-Chatchat/tree/0.2.final?tab=readme-ov-file) folder.
|
6 |
+
|
7 |
+
Please note that we are using version 0.2.x. The latest version is 0.3.x, which needs to be stored in [Langchain-Chatchat/DATA/knowledge_base](https://github.com/chatchat-space/Langchain-Chatchat/tree/master?tab=readme-ov-file)
|
8 |
+
|
9 |
+
# Citation
|
10 |
+
|
11 |
+
Please cite the following paper if you use this code in your work.
|
12 |
+
|
13 |
+
```
|
14 |
+
@INPROCEEDINGS{
|
15 |
+
author={Guo, M., Jiang, J., Wu, F., Sun, S., Zhang, C., Li, W., ... & Wu, X.},
|
16 |
+
title={SLMP: A Scientific Literature Management Platform Based on Large Language Models.},
|
17 |
+
year={2024, December},
|
18 |
+
volume={In 2024 IEEE International Conference on Knowledge Graph (ICKG)},
|
19 |
+
number={ (pp. 104-109). IEEE.},
|
20 |
+
```
|