This commit is contained in:
Saifeddine ALOUI 2024-09-05 01:15:31 +02:00
parent 2b45ea6a04
commit f7e0742a50
4 changed files with 8 additions and 6 deletions

4
app.py
View File

@ -66,8 +66,8 @@ def check_and_install_package(package: str, version: str):
packages: List[Tuple[str, str]] = [ packages: List[Tuple[str, str]] = [
("freedom_search", "0.1.9"), ("freedom_search", "0.1.9"),
("scrapemaster", "0.2.0"), ("scrapemaster", "0.2.0"),
("lollms_client", "0.6.2"), ("lollms_client", "0.6.5"),
("lollmsvectordb", "1.0.3"), ("lollmsvectordb", "1.0.6"),
] ]
def main(): def main():

@ -1 +1 @@
Subproject commit add8b433233d26e95fe848f01e19b93bb59759c9 Subproject commit 86238fe666f292a5a461b890729d99bdb9a971a2

View File

@ -1,5 +1,5 @@
colorama colorama
numpy>=1.26.0 numpy==1.26.3
pandas pandas
Pillow>=9.5.0 Pillow>=9.5.0
pyyaml pyyaml
@ -29,10 +29,12 @@ tiktoken
pipmaster>=0.1.7 pipmaster>=0.1.7
lollmsvectordb>=0.3.0 lollmsvectordb>=1.0.5
freedom-search>=0.1.9 freedom-search>=0.1.9
scrapemaster scrapemaster
lollms_client
aiofiles aiofiles
python-multipart python-multipart
zipfile36 zipfile36

@ -1 +1 @@
Subproject commit 8f888b5b3a3b30317c65721ef208997da7ac03a8 Subproject commit 993decb041e6caa1b60d9de293333a3b4b00167d