Spaces:
Sleeping
Sleeping
Eli Orille
commited on
Commit
Β·
e730e50
1
Parent(s):
5b7705c
second commit
Browse files- app.py +1 -1
- chroma_db/{content/chroma_db/chroma.sqlite3 β chroma.sqlite3} +1 -1
- chroma_db/{content/chroma_db/da88342f-efec-4624-82cb-1d38a5982076 β da88342f-efec-4624-82cb-1d38a5982076}/data_level0.bin +0 -0
- chroma_db/{content/chroma_db/da88342f-efec-4624-82cb-1d38a5982076 β da88342f-efec-4624-82cb-1d38a5982076}/header.bin +0 -0
- chroma_db/{content/chroma_db/da88342f-efec-4624-82cb-1d38a5982076 β da88342f-efec-4624-82cb-1d38a5982076}/index_metadata.pickle +0 -0
- chroma_db/{content/chroma_db/da88342f-efec-4624-82cb-1d38a5982076 β da88342f-efec-4624-82cb-1d38a5982076}/length.bin +0 -0
- chroma_db/{content/chroma_db/da88342f-efec-4624-82cb-1d38a5982076 β da88342f-efec-4624-82cb-1d38a5982076}/link_lists.bin +0 -0
app.py
CHANGED
@@ -28,7 +28,7 @@ embeddings = HuggingFaceEmbeddings(
|
|
28 |
)
|
29 |
|
30 |
db_movies = Chroma(
|
31 |
-
persist_directory="chroma_db
|
32 |
embedding_function=embeddings
|
33 |
)
|
34 |
|
|
|
28 |
)
|
29 |
|
30 |
db_movies = Chroma(
|
31 |
+
persist_directory="chroma_db",
|
32 |
embedding_function=embeddings
|
33 |
)
|
34 |
|
chroma_db/{content/chroma_db/chroma.sqlite3 β chroma.sqlite3}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 218497024
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c3f4ad09951d99b66ffecd19a393ec88b24b6729b6e195c0fc242faaf266d74
|
3 |
size 218497024
|
chroma_db/{content/chroma_db/da88342f-efec-4624-82cb-1d38a5982076 β da88342f-efec-4624-82cb-1d38a5982076}/data_level0.bin
RENAMED
File without changes
|
chroma_db/{content/chroma_db/da88342f-efec-4624-82cb-1d38a5982076 β da88342f-efec-4624-82cb-1d38a5982076}/header.bin
RENAMED
File without changes
|
chroma_db/{content/chroma_db/da88342f-efec-4624-82cb-1d38a5982076 β da88342f-efec-4624-82cb-1d38a5982076}/index_metadata.pickle
RENAMED
File without changes
|
chroma_db/{content/chroma_db/da88342f-efec-4624-82cb-1d38a5982076 β da88342f-efec-4624-82cb-1d38a5982076}/length.bin
RENAMED
File without changes
|
chroma_db/{content/chroma_db/da88342f-efec-4624-82cb-1d38a5982076 β da88342f-efec-4624-82cb-1d38a5982076}/link_lists.bin
RENAMED
File without changes
|