Browse Source
Supporting file for RAG contribution (pdf files, chroma db, and requirements.txt)pull/78/head
13 changed files with 118755 additions and 0 deletions
@ -0,0 +1,157 @@
|
||||
aiofiles==23.2.1 |
||||
aiohappyeyeballs==2.4.4 |
||||
aiohttp==3.11.11 |
||||
aiosignal==1.3.2 |
||||
annotated-types==0.7.0 |
||||
anyio==4.7.0 |
||||
appnope==0.1.4 |
||||
asgiref==3.8.1 |
||||
asttokens==3.0.0 |
||||
attrs==24.3.0 |
||||
backoff==2.2.1 |
||||
bcrypt==4.2.1 |
||||
beautifulsoup4==4.12.3 |
||||
build==1.2.2.post1 |
||||
cachetools==5.5.0 |
||||
certifi==2024.12.14 |
||||
charset-normalizer==3.4.1 |
||||
chroma-hnswlib==0.7.6 |
||||
chromadb==0.5.23 |
||||
click==8.1.8 |
||||
coloredlogs==15.0.1 |
||||
comm==0.2.2 |
||||
dataclasses-json==0.6.7 |
||||
debugpy==1.8.11 |
||||
decorator==5.1.1 |
||||
Deprecated==1.2.15 |
||||
durationpy==0.9 |
||||
executing==2.1.0 |
||||
fastapi==0.115.6 |
||||
ffmpy==0.5.0 |
||||
filelock==3.16.1 |
||||
flatbuffers==24.12.23 |
||||
frozenlist==1.5.0 |
||||
fsspec==2024.12.0 |
||||
google-auth==2.37.0 |
||||
googleapis-common-protos==1.66.0 |
||||
gradio==5.9.1 |
||||
gradio_client==1.5.2 |
||||
grpcio==1.68.1 |
||||
h11==0.14.0 |
||||
httpcore==1.0.7 |
||||
httptools==0.6.4 |
||||
httpx==0.27.2 |
||||
httpx-sse==0.4.0 |
||||
huggingface-hub==0.27.0 |
||||
humanfriendly==10.0 |
||||
idna==3.10 |
||||
importlib_metadata==8.5.0 |
||||
importlib_resources==6.5.2 |
||||
ipykernel==6.29.5 |
||||
ipython==8.31.0 |
||||
jedi==0.19.2 |
||||
Jinja2==3.1.5 |
||||
jsonpatch==1.33 |
||||
jsonpointer==3.0.0 |
||||
jupyter_client==8.6.3 |
||||
jupyter_core==5.7.2 |
||||
kubernetes==31.0.0 |
||||
langchain==0.3.14 |
||||
langchain-chroma==0.1.4 |
||||
langchain-community==0.3.14 |
||||
langchain-core==0.3.29 |
||||
langchain-ollama==0.2.2 |
||||
langchain-text-splitters==0.3.4 |
||||
langsmith==0.2.9 |
||||
markdown-it-py==3.0.0 |
||||
MarkupSafe==2.1.5 |
||||
marshmallow==3.23.3 |
||||
matplotlib-inline==0.1.7 |
||||
mdurl==0.1.2 |
||||
mmh3==5.0.1 |
||||
monotonic==1.6 |
||||
mpmath==1.3.0 |
||||
multidict==6.1.0 |
||||
mypy-extensions==1.0.0 |
||||
nest-asyncio==1.6.0 |
||||
numpy==1.26.4 |
||||
oauthlib==3.2.2 |
||||
ollama==0.4.5 |
||||
onnxruntime==1.20.1 |
||||
opentelemetry-api==1.29.0 |
||||
opentelemetry-exporter-otlp-proto-common==1.29.0 |
||||
opentelemetry-exporter-otlp-proto-grpc==1.29.0 |
||||
opentelemetry-instrumentation==0.50b0 |
||||
opentelemetry-instrumentation-asgi==0.50b0 |
||||
opentelemetry-instrumentation-fastapi==0.50b0 |
||||
opentelemetry-proto==1.29.0 |
||||
opentelemetry-sdk==1.29.0 |
||||
opentelemetry-semantic-conventions==0.50b0 |
||||
opentelemetry-util-http==0.50b0 |
||||
orjson==3.10.13 |
||||
overrides==7.7.0 |
||||
packaging==24.2 |
||||
pandas==2.2.3 |
||||
parso==0.8.4 |
||||
pexpect==4.9.0 |
||||
pillow==11.1.0 |
||||
platformdirs==4.3.6 |
||||
posthog==3.7.5 |
||||
prompt_toolkit==3.0.48 |
||||
propcache==0.2.1 |
||||
protobuf==5.29.2 |
||||
psutil==6.1.1 |
||||
ptyprocess==0.7.0 |
||||
pure_eval==0.2.3 |
||||
pyasn1==0.6.1 |
||||
pyasn1_modules==0.4.1 |
||||
pydantic==2.10.4 |
||||
pydantic-settings==2.7.1 |
||||
pydantic_core==2.27.2 |
||||
pydub==0.25.1 |
||||
Pygments==2.18.0 |
||||
pypdf==5.1.0 |
||||
PyPika==0.48.9 |
||||
pyproject_hooks==1.2.0 |
||||
python-dateutil==2.9.0.post0 |
||||
python-dotenv==1.0.1 |
||||
python-multipart==0.0.20 |
||||
pytz==2024.2 |
||||
PyYAML==6.0.2 |
||||
pyzmq==26.2.0 |
||||
requests==2.32.3 |
||||
requests-oauthlib==2.0.0 |
||||
requests-toolbelt==1.0.0 |
||||
rich==13.9.4 |
||||
rsa==4.9 |
||||
ruff==0.8.6 |
||||
safehttpx==0.1.6 |
||||
semantic-version==2.10.0 |
||||
shellingham==1.5.4 |
||||
six==1.17.0 |
||||
sniffio==1.3.1 |
||||
soupsieve==2.6 |
||||
SQLAlchemy==2.0.36 |
||||
stack-data==0.6.3 |
||||
starlette==0.41.3 |
||||
sympy==1.13.3 |
||||
tenacity==9.0.0 |
||||
tokenizers==0.20.3 |
||||
tomlkit==0.13.2 |
||||
tornado==6.4.2 |
||||
tqdm==4.67.1 |
||||
traitlets==5.14.3 |
||||
typer==0.15.1 |
||||
typing-inspect==0.9.0 |
||||
typing_extensions==4.12.2 |
||||
tzdata==2024.2 |
||||
urllib3==2.3.0 |
||||
uvicorn==0.34.0 |
||||
uvloop==0.21.0 |
||||
watchfiles==1.0.3 |
||||
wcwidth==0.2.13 |
||||
websocket-client==1.8.0 |
||||
websockets==14.1 |
||||
wrapt==1.17.0 |
||||
yarl==1.18.3 |
||||
zipp==3.21.0 |
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue