feat: use llamacloud pipeline for private files and generate script in Python (#226)
---------
Co-authored-by:
Thuc Pham <51660321+thucpn@users.noreply.github.com>
Showing
- .changeset/plenty-beers-cheer.md 5 additions, 0 deletions.changeset/plenty-beers-cheer.md
- helpers/index.ts 9 additions, 6 deletionshelpers/index.ts
- helpers/python.ts 9 additions, 6 deletionshelpers/python.ts
- templates/components/sample-projects/llamapack/pyproject.toml 1 addition, 1 deletion...lates/components/sample-projects/llamapack/pyproject.toml
- templates/components/vectordbs/python/llamacloud/generate.py 29 additions, 31 deletionstemplates/components/vectordbs/python/llamacloud/generate.py
- templates/components/vectordbs/python/llamacloud/index.py 12 additions, 2 deletionstemplates/components/vectordbs/python/llamacloud/index.py
- templates/components/vectordbs/python/llamacloud/query_filter.py 1 addition, 1 deletion...es/components/vectordbs/python/llamacloud/query_filter.py
- templates/components/vectordbs/python/llamacloud/service.py 173 additions, 0 deletionstemplates/components/vectordbs/python/llamacloud/service.py
- templates/types/extractor/fastapi/pyproject.toml 1 addition, 1 deletiontemplates/types/extractor/fastapi/pyproject.toml
- templates/types/streaming/express/src/controllers/chat-upload.controller.ts 2 additions, 2 deletions...reaming/express/src/controllers/chat-upload.controller.ts
- templates/types/streaming/fastapi/app/api/routers/chat.py 14 additions, 16 deletionstemplates/types/streaming/fastapi/app/api/routers/chat.py
- templates/types/streaming/fastapi/app/api/routers/chat_config.py 28 additions, 17 deletions...es/types/streaming/fastapi/app/api/routers/chat_config.py
- templates/types/streaming/fastapi/app/api/routers/models.py 2 additions, 36 deletionstemplates/types/streaming/fastapi/app/api/routers/models.py
- templates/types/streaming/fastapi/app/api/routers/upload.py 4 additions, 2 deletionstemplates/types/streaming/fastapi/app/api/routers/upload.py
- templates/types/streaming/fastapi/app/api/services/file.py 29 additions, 19 deletionstemplates/types/streaming/fastapi/app/api/services/file.py
- templates/types/streaming/fastapi/pyproject.toml 1 addition, 1 deletiontemplates/types/streaming/fastapi/pyproject.toml
- templates/types/streaming/nextjs/app/api/chat/upload/route.ts 3 additions, 2 deletions...lates/types/streaming/nextjs/app/api/chat/upload/route.ts
- templates/types/streaming/nextjs/app/components/chat-section.tsx 1 addition, 0 deletions...es/types/streaming/nextjs/app/components/chat-section.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/chat-input.tsx 2 additions, 1 deletion...es/streaming/nextjs/app/components/ui/chat/chat-input.tsx
- templates/types/streaming/nextjs/app/components/ui/chat/hooks/use-file.ts 5 additions, 4 deletions...streaming/nextjs/app/components/ui/chat/hooks/use-file.ts
Loading
Please register or sign in to comment