llama-stack-mirror/llama_stack/providers
Sumanth Kamenani 1fcde5fc2f
fix: update pyproject.toml dependencies for vector processing (#3555)
What does this PR do?

Updates pyproject.toml dependencies to fix vector processing
compatibility issues.

closes: #3495 

  Test Plan

  Tested llama stack server with faiss vector database:

1. Built and ran server: llama stack build --distro starter --image-type
venv --image-name llamastack-faiss
3. Tested file upload: Successfully uploaded PDF via /v1/openai/v1/files
  4. Tested vector operations:
    - Created vector store with faiss backend
    - Added PDF to vector store
    - Performed semantic search queries
2025-10-07 15:01:36 +02:00
..
inline feat(api): Add vector store file batches api (#3642) 2025-10-06 16:58:22 -07:00
registry fix: update pyproject.toml dependencies for vector processing (#3555) 2025-10-07 15:01:36 +02:00
remote feat: enable Runpod inference adapter (#3707) 2025-10-07 12:24:50 +02:00
utils feat(api): Add vector store file batches api (#3642) 2025-10-06 16:58:22 -07:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py feat: combine ProviderSpec datatypes (#3378) 2025-09-18 16:10:00 +02:00