[PR #3] Lancedb as retriver #8

Open
opened 2026-02-16 06:17:59 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/rag-research-agent-template/pull/3
Author: @akashAD98
Created: 12/5/2024
Status: 🔄 Open

Base: mainHead: lancedb_retriver


📝 Commits (4)

  • 4b75b36 Update .env.example with lancedb
  • 0f67e2e added lancedb as retriver
  • 27766dc Update configuration.py for lancedb
  • 8a0f646 added lancedb in readme

📊 Changes

4 files changed (+80 additions, -3 deletions)

View changed files

📝 .env.example (+5 -0)
📝 README.md (+43 -0)
📝 src/shared/configuration.py (+2 -2)
📝 src/shared/retrieval.py (+30 -1)

📄 Description

I have added support for

langchain : https://python.langchain.com/docs/integrations/vectorstores/lancedb/
lancedb:https://github.com/lancedb/lancedb

#note i haven't added poetry.toml with langchain-community

@vbarda can you please check this pr. thank you


🔄 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/langchain-ai/rag-research-agent-template/pull/3 **Author:** [@akashAD98](https://github.com/akashAD98) **Created:** 12/5/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `lancedb_retriver` --- ### 📝 Commits (4) - [`4b75b36`](https://github.com/langchain-ai/rag-research-agent-template/commit/4b75b36d95a018d3109998a051eaed2a2c5a9d2b) Update .env.example with lancedb - [`0f67e2e`](https://github.com/langchain-ai/rag-research-agent-template/commit/0f67e2ec058cb500b2e1071f5e6bfaea611947bc) added lancedb as retriver - [`27766dc`](https://github.com/langchain-ai/rag-research-agent-template/commit/27766dc6979e67853f1abcdafc6fc109e3a37b7d) Update configuration.py for lancedb - [`8a0f646`](https://github.com/langchain-ai/rag-research-agent-template/commit/8a0f6468b9b25716b321a1593ca903b47ede1723) added lancedb in readme ### 📊 Changes **4 files changed** (+80 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+5 -0) 📝 `README.md` (+43 -0) 📝 `src/shared/configuration.py` (+2 -2) 📝 `src/shared/retrieval.py` (+30 -1) </details> ### 📄 Description I have added support for langchain : https://python.langchain.com/docs/integrations/vectorstores/lancedb/ lancedb:https://github.com/lancedb/lancedb #note i haven't added poetry.toml with langchain-community @vbarda can you please check this pr. thank you --- <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-16 06:17:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/rag-research-agent-template#8