feat: upload initial vector store
Browse files- config.json +6 -0
- documents.json +0 -0
- faiss_index.bin +3 -0
- metadata.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embedding_model": "sentence-transformers/all-MiniLM-L6-v2",
|
| 3 |
+
"embedding_dimension": 384,
|
| 4 |
+
"total_chunks": 542,
|
| 5 |
+
"created_at": "2025-07-02 22:24:23"
|
| 6 |
+
}
|
documents.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
faiss_index.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3577b12b22d05e8ab75bf4e9dc9ceaa321ead6e115debf274712f99c4277d3be
|
| 3 |
+
size 832557
|
metadata.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|