[PR #322] [MERGED] fix: postgres import #425

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/322
Author: @thucpn
Created: 9/25/2024
Status: Merged
Merged: 9/25/2024
Merged by: @marcusschiesser

Base: mainHead: fix/postgres-import


📝 Commits (3)

  • 4eb4747 fix: postgres import
  • 66bdbc7 Create grumpy-knives-brake.md
  • 447c612 fix: llama parse reader import

📊 Changes

5 files changed (+11 additions, -9 deletions)

View changed files

.changeset/grumpy-knives-brake.md (+5 -0)
📝 helpers/typescript.ts (+1 -0)
📝 templates/components/loaders/typescript/llama_parse/loader.ts (+1 -1)
📝 templates/components/vectordbs/typescript/pg/generate.ts (+2 -6)
📝 templates/components/vectordbs/typescript/pg/index.ts (+2 -2)

📄 Description

Summary by CodeRabbit

  • Bug Fixes

    • Resolved an issue with the import of PostgreSQL.
  • New Features

    • Added a new dependency, pgvector, to enhance functionality.
  • Refactor

    • Improved import statements for PGVectorStore for better organization and clarity.

🔄 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/322 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 9/25/2024 **Status:** ✅ Merged **Merged:** 9/25/2024 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `fix/postgres-import` --- ### 📝 Commits (3) - [`4eb4747`](https://github.com/run-llama/create-llama/commit/4eb4747c6ca16bace72879752e20a098b02542f8) fix: postgres import - [`66bdbc7`](https://github.com/run-llama/create-llama/commit/66bdbc760ccbdf57c40e035ec63fccec596b832c) Create grumpy-knives-brake.md - [`447c612`](https://github.com/run-llama/create-llama/commit/447c6121447de4ff761a2c0c8758153b9a0d8d03) fix: llama parse reader import ### 📊 Changes **5 files changed** (+11 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/grumpy-knives-brake.md` (+5 -0) 📝 `helpers/typescript.ts` (+1 -0) 📝 `templates/components/loaders/typescript/llama_parse/loader.ts` (+1 -1) 📝 `templates/components/vectordbs/typescript/pg/generate.ts` (+2 -6) 📝 `templates/components/vectordbs/typescript/pg/index.ts` (+2 -2) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Bug Fixes** - Resolved an issue with the import of PostgreSQL. - **New Features** - Added a new dependency, `pgvector`, to enhance functionality. - **Refactor** - Improved import statements for `PGVectorStore` for better organization and clarity. <!-- 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:17:37 -05:00
yindo closed this issue 2026-02-15 19:17:37 -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#425