diff --git a/services/rag/llamaindex/requirements.txt b/services/rag/llamaindex/requirements.txt new file mode 100644 index 0000000..3196401 --- /dev/null +++ b/services/rag/llamaindex/requirements.txt @@ -0,0 +1,173 @@ +aiofiles==25.1.0 +aiohappyeyeballs==2.6.1 +aiohttp==3.13.3 +aiosignal==1.4.0 +aiosqlite==0.22.1 +alembic==1.18.4 +amplitude-analytics==1.2.2 +annotated-doc==0.0.4 +annotated-types==0.7.0 +anyio==4.12.1 +apprise==1.9.7 +asgi-lifespan==2.1.0 +asyncpg==0.31.0 +attrs==25.4.0 +banks==2.3.0 +beartype==0.22.9 +beautifulsoup4==4.14.3 +cachetools==7.0.1 +certifi==2026.1.4 +cffi==2.0.0 +charset-normalizer==3.4.4 +click==8.3.1 +cloudpickle==3.1.2 +colorama==0.4.6 +coolname==3.0.0 +croniter==6.0.0 +cryptography==46.0.5 +dataclasses-json==0.6.7 +dateparser==1.3.0 +defusedxml==0.7.1 +Deprecated==1.2.18 +dirtyjson==1.0.8 +distro==1.9.0 +docker==7.1.0 +docx2txt==0.9 +et_xmlfile==2.0.0 +exceptiongroup==1.3.1 +fakeredis==2.34.0 +fastapi==0.131.0 +filetype==1.2.0 +frozenlist==1.8.0 +fsspec==2026.1.0 +graphviz==0.21 +greenlet==3.3.1 +griffe==1.15.0 +grpcio==1.76.0 +h11==0.16.0 +h2==4.3.0 +hpack==4.1.0 +httpcore==1.0.9 +httpx==0.28.1 +humanize==4.15.0 +hyperframe==6.1.0 +idna==3.11 +importlib_metadata==8.7.1 +iniconfig==2.3.0 +Jinja2==3.1.6 +jinja2-humanize-extension==0.4.0 +jiter==0.13.0 +joblib==1.5.3 +jsonpatch==1.33 +jsonpointer==3.0.0 +jsonschema==4.26.0 +jsonschema-specifications==2025.9.1 +llama-cloud==0.1.35 +llama-cloud-services==0.6.54 +llama-index==0.14.13 +llama-index-cli==0.5.3 +llama-index-core==0.14.13 +llama-index-embeddings-ollama==0.8.6 +llama-index-embeddings-openai==0.5.1 +llama-index-embeddings-openai-like==0.2.2 +llama-index-indices-managed-llama-cloud==0.9.4 +llama-index-instrumentation==0.4.2 +llama-index-llms-ollama==0.9.1 +llama-index-llms-openai==0.6.17 +llama-index-readers-file==0.5.6 +llama-index-readers-llama-parse==0.5.1 +llama-index-vector-stores-qdrant==0.9.1 +llama-index-workflows==2.13.1 +llama-parse==0.6.54 +loguru==0.7.3 +lupa==2.6 +lxml==6.0.2 +Mako==1.3.10 +Markdown==3.10.2 +markdown-it-py==4.0.0 +MarkupSafe==3.0.3 +marshmallow==3.26.2 +mdurl==0.1.2 +multidict==6.7.1 +mypy_extensions==1.1.0 +nest-asyncio==1.6.0 +networkx==3.6.1 +nltk==3.9.2 +numpy==2.4.2 +oauthlib==3.3.1 +ollama==0.6.1 +openai==2.16.0 +openpyxl==3.1.5 +opentelemetry-api==1.39.1 +orjson==3.11.7 +packaging==25.0 +pandas==2.3.3 +pathspec==1.0.4 +patool==4.0.4 +pendulum==3.2.0 +pillow==12.1.0 +platformdirs==4.5.1 +pluggy==1.6.0 +portalocker==3.2.0 +prefect==3.6.18 +prometheus_client==0.24.1 +propcache==0.4.1 +protobuf==6.33.5 +py-key-value-aio==0.4.4 +pycparser==3.0 +pydantic==2.12.5 +pydantic-extra-types==2.11.0 +pydantic-settings==2.13.1 +pydantic_core==2.41.5 +pydocket==0.17.9 +Pygments==2.19.2 +pypdf==6.6.2 +pytest==9.0.2 +pytest-asyncio==1.3.0 +python-dateutil==2.9.0.post0 +python-dotenv==1.2.1 +python-json-logger==4.0.0 +python-pptx==1.0.2 +python-slugify==8.0.4 +pytz==2025.2 +PyYAML==6.0.3 +qdrant-client==1.16.2 +readchar==4.2.1 +redis==7.2.0 +referencing==0.37.0 +regex==2026.1.15 +requests==2.32.5 +requests-oauthlib==2.0.0 +rfc3339-validator==0.1.4 +rich==14.3.3 +rpds-py==0.30.0 +ruamel.yaml==0.19.1 +ruamel.yaml.clib==0.2.15 +semver==3.0.4 +shellingham==1.5.4 +six==1.17.0 +sniffio==1.3.1 +sortedcontainers==2.4.0 +soupsieve==2.8.3 +SQLAlchemy==2.0.46 +starlette==0.52.1 +striprtf==0.0.26 +tenacity==9.1.2 +text-unidecode==1.3 +tiktoken==0.12.0 +toml==0.10.2 +tqdm==4.67.3 +typer==0.24.1 +typing-inspect==0.9.0 +typing-inspection==0.4.2 +typing_extensions==4.15.0 +tzdata==2025.3 +tzlocal==5.3.1 +urllib3==2.6.3 +uvicorn==0.41.0 +websockets==16.0 +wrapt==1.17.3 +xlsxwriter==3.2.9 +yadisk==3.4.0 +yarl==1.22.0 +zipp==3.23.0