mirror of
https://github.com/langchain-ai/rag-research-agent-template.git
synced 2026-07-01 20:24:11 -04:00
[PR #3] Lancedb as retriver #8
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/langchain-ai/rag-research-agent-template/pull/3
Author: @akashAD98
Created: 12/5/2024
Status: 🔄 Open
Base:
main← Head:lancedb_retriver📝 Commits (4)
4b75b36Update .env.example with lancedb0f67e2eadded lancedb as retriver27766dcUpdate configuration.py for lancedb8a0f646added 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.