Suat ATAN
commited on
Commit
•
24f9cd1
1
Parent(s):
3dc87c3
ed
Browse files- __pycache__/ui.cpython-310.pyc +0 -0
- components/__pycache__/__init__.cpython-310.pyc +0 -0
- components/__pycache__/faq.cpython-310.pyc +0 -0
- components/__pycache__/sidebar.cpython-310.pyc +0 -0
- core/__pycache__/__init__.cpython-310.pyc +0 -0
- core/__pycache__/caching.cpython-310.pyc +0 -0
- core/__pycache__/chunking.cpython-310.pyc +0 -0
- core/__pycache__/debug.cpython-310.pyc +0 -0
- core/__pycache__/embedding.cpython-310.pyc +0 -0
- core/__pycache__/parsing.cpython-310.pyc +0 -0
- core/__pycache__/prompts.cpython-310.pyc +0 -0
- core/__pycache__/qa.cpython-310.pyc +0 -0
- core/__pycache__/utils.cpython-310.pyc +0 -0
- pyproject.toml +1 -1
- requirements.txt +0 -0
__pycache__/ui.cpython-310.pyc
ADDED
Binary file (2.6 kB). View file
|
|
components/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (174 Bytes). View file
|
|
components/__pycache__/faq.cpython-310.pyc
ADDED
Binary file (1.7 kB). View file
|
|
components/__pycache__/sidebar.cpython-310.pyc
ADDED
Binary file (1.28 kB). View file
|
|
core/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (168 Bytes). View file
|
|
core/__pycache__/caching.cpython-310.pyc
ADDED
Binary file (1.39 kB). View file
|
|
core/__pycache__/chunking.cpython-310.pyc
ADDED
Binary file (1.2 kB). View file
|
|
core/__pycache__/debug.cpython-310.pyc
ADDED
Binary file (2.67 kB). View file
|
|
core/__pycache__/embedding.cpython-310.pyc
ADDED
Binary file (2.46 kB). View file
|
|
core/__pycache__/parsing.cpython-310.pyc
ADDED
Binary file (4.03 kB). View file
|
|
core/__pycache__/prompts.cpython-310.pyc
ADDED
Binary file (2.27 kB). View file
|
|
core/__pycache__/qa.cpython-310.pyc
ADDED
Binary file (2.41 kB). View file
|
|
core/__pycache__/utils.cpython-310.pyc
ADDED
Binary file (1.23 kB). View file
|
|
pyproject.toml
CHANGED
@@ -8,7 +8,7 @@ readme = "README.md"
|
|
8 |
packages = [{include = "knowledge_gpt"}]
|
9 |
|
10 |
[tool.poetry.dependencies]
|
11 |
-
python = "^3.
|
12 |
streamlit = "^1.24.0"
|
13 |
langchain = "^0.0.220"
|
14 |
cohere = "^3.2.1"
|
|
|
8 |
packages = [{include = "knowledge_gpt"}]
|
9 |
|
10 |
[tool.poetry.dependencies]
|
11 |
+
python = "^3.10.5"
|
12 |
streamlit = "^1.24.0"
|
13 |
langchain = "^0.0.220"
|
14 |
cohere = "^3.2.1"
|
requirements.txt
CHANGED
Binary files a/requirements.txt and b/requirements.txt differ
|
|