mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 03:04:21 -04:00
[PR #41] [MERGED] feat: Use poetry run generate to generate embeddings for FastAPI #206
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/create-llama/pull/41
Author: @thucpn
Created: 4/8/2024
Status: ✅ Merged
Merged: 4/9/2024
Merged by: @marcusschiesser
Base:
main← Head:feat/always-generate-context-data📝 Commits (1)
b693118feat: use poetry run generate📊 Changes
13 files changed (+21 additions, -13 deletions)
View changed files
➕
.changeset/four-tools-buy.md(+5 -0)📝
README.md(+1 -1)📝
helpers/index.ts(+2 -2)📝
helpers/typescript.ts(+1 -1)📝
templates/components/engines/python/chat/__init__.py(+1 -1)📝
templates/components/vectordbs/python/astra/generate.py(+1 -1)📝
templates/components/vectordbs/python/milvus/generate.py(+1 -1)📝
templates/components/vectordbs/python/mongo/generate.py(+1 -1)📝
templates/components/vectordbs/python/none/generate.py(+1 -1)📝
templates/components/vectordbs/python/pg/generate.py(+1 -1)📝
templates/components/vectordbs/python/pinecone/generate.py(+1 -1)📝
templates/types/streaming/fastapi/README-template.md(+2 -2)📝
templates/types/streaming/fastapi/pyproject.toml(+3 -0)📄 Description
poetry run generateSummary by CodeRabbit
fastapiframework.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.