Spaces:
Runtime error
Runtime error
Upload 7 files
Browse files- .gitattributes +1 -0
- app/Config/API_KEYS.yml +6 -0
- app/Config/config.yml +3 -0
- app/vector_db/chroma_v01/86d715ec-534d-41ba-8058-74b3ecf1b19e/data_level0.bin +3 -0
- app/vector_db/chroma_v01/86d715ec-534d-41ba-8058-74b3ecf1b19e/header.bin +3 -0
- app/vector_db/chroma_v01/86d715ec-534d-41ba-8058-74b3ecf1b19e/length.bin +3 -0
- app/vector_db/chroma_v01/86d715ec-534d-41ba-8058-74b3ecf1b19e/link_lists.bin +3 -0
- app/vector_db/chroma_v01/chroma.sqlite3 +3 -0
.gitattributes
CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
vector_db/chroma_v01/chroma.sqlite3 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
vector_db/chroma_v01/chroma.sqlite3 filter=lfs diff=lfs merge=lfs -text
|
37 |
+
app/vector_db/chroma_v01/chroma.sqlite3 filter=lfs diff=lfs merge=lfs -text
|
app/Config/API_KEYS.yml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
OPEN_AI:
|
2 |
+
Key: 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
|
3 |
+
|
4 |
+
TWILIO:
|
5 |
+
account_sid: AC106e12a4dce8d8920630a3addb6f14e2
|
6 |
+
auth_token: 941ad55307ae272ebd077f7c3fd7abdf
|
app/Config/config.yml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
OPEN_AI:
|
2 |
+
Key: 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
|
3 |
+
|
app/vector_db/chroma_v01/86d715ec-534d-41ba-8058-74b3ecf1b19e/data_level0.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f18abd8c514282db82706e52b0a33ed659cd534e925a6f149deb7af9ce34bd8e
|
3 |
+
size 6284000
|
app/vector_db/chroma_v01/86d715ec-534d-41ba-8058-74b3ecf1b19e/header.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:effaa959ce2b30070fdafc2fe82096fc46e4ee7561b75920dd3ce43d09679b21
|
3 |
+
size 100
|
app/vector_db/chroma_v01/86d715ec-534d-41ba-8058-74b3ecf1b19e/length.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85f45bb73617241cd10561c82fb101bbc3e3777f2b8f53f1cb2332f803a0366e
|
3 |
+
size 4000
|
app/vector_db/chroma_v01/86d715ec-534d-41ba-8058-74b3ecf1b19e/link_lists.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
3 |
+
size 0
|
app/vector_db/chroma_v01/chroma.sqlite3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc5cc82d9a38112824d5469c1619e39feb34a29704c9a5eefb13882f11f401e1
|
3 |
+
size 8568832
|