[PR #41] [MERGED] feat: Use poetry run generate to generate embeddings for FastAPI #206

Closed
opened 2026-02-15 19:16:42 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: feat/always-generate-context-data


📝 Commits (1)

  • b693118 feat: 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

  • remove simple chat engine
  • always allow generate context data
  • add python script: poetry run generate

Summary by CodeRabbit

  • Refactor
    • Improved command readability and structure in data generation for the fastapi framework.
    • Enhanced code organization in Python chat engine and vector database generation scripts.
  • New Features
    • Standardized script execution process across various components and documentation.
  • Documentation
    • Updated README files for consistent script execution instructions.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/create-llama/pull/41 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 4/8/2024 **Status:** ✅ Merged **Merged:** 4/9/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `feat/always-generate-context-data` --- ### 📝 Commits (1) - [`b693118`](https://github.com/run-llama/create-llama/commit/b693118ae8e5dbf07c59126adf4bbdd263ddb1ac) feat: use poetry run generate ### 📊 Changes **13 files changed** (+21 additions, -13 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description - remove simple chat engine - always allow generate context data - add python script: `poetry run generate` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Improved command readability and structure in data generation for the `fastapi` framework. - Enhanced code organization in Python chat engine and vector database generation scripts. - **New Features** - Standardized script execution process across various components and documentation. - **Documentation** - Updated README files for consistent script execution instructions. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:16:42 -05:00
yindo closed this issue 2026-02-15 19:16:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#206