-
Notifications
You must be signed in to change notification settings - Fork 15.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
community: add LindormVector to vectorstores; also add Lindorm chat/embedding/rerank to chat_model/embedding/document_compressors #28206
Open
AlwaysBluer
wants to merge
8
commits into
langchain-ai:master
Choose a base branch
from
AlwaysBluer:LindormIntegration
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+3,787
−0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… into LindormIntegration * 'LindormIntegration' of github.com:AlwaysBluer/langchain: docs: more standard test stubs (langchain-ai#28202) docs: links in integration contrib (langchain-ai#28200) standard-tests: rename langchain_standard_tests to langchain_tests, release 0.3.2 (langchain-ai#28203) infra: allow non-langchainai packages (langchain-ai#28199) openai: release 0.2.9, o1 streaming (langchain-ai#28197) docs: efficient rebuild (langchain-ai#28195) docs: fix embeddings tabs (langchain-ai#28193) docs: fixed a typo (langchain-ai#28191) docs[patch]: Add missing link to streaming concepts page (langchain-ai#28189) docs: add component tabs to integration landing pages (langchain-ai#28142) docs: community integration guide clarification (langchain-ai#28186) docs: standard test update (langchain-ai#28185) docs: fix grammatical error in delegation to sync methods (langchain-ai#28165) langchain: add missing punctuation in react_single_input.py (langchain-ai#28161)
dosubot
bot
added
the
size:XXL
This PR changes 1000+ lines, ignoring generated files.
label
Nov 19, 2024
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
dosubot
bot
added
community
Related to langchain-community
Ɑ: embeddings
Related to text embedding models module
Ɑ: vector store
Related to vector store module
labels
Nov 19, 2024
AlwaysBluer
force-pushed
the
LindormIntegration
branch
from
November 21, 2024 02:10
2d171ee
to
2a983db
Compare
AlwaysBluer
force-pushed
the
LindormIntegration
branch
from
November 21, 2024 03:07
2a983db
to
d3d3085
Compare
AlwaysBluer
force-pushed
the
LindormIntegration
branch
from
November 21, 2024 06:31
d3d3085
to
437044c
Compare
AlwaysBluer
force-pushed
the
LindormIntegration
branch
from
November 21, 2024 06:43
437044c
to
0ee2e61
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
community
Related to langchain-community
Ɑ: embeddings
Related to text embedding models module
size:XXL
This PR changes 1000+ lines, ignoring generated files.
Ɑ: vector store
Related to vector store module
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR title: "community: add LindormVector to vectorstores; add Lindorm chat/embeeding/rerank"
PR message:
Add tests and docs:
docs/docs/integrations
directory.Lint and test: Run
make format
,make lint
andmake test
from the root of the package(s) you've modified. See contribution guidelines for more: https://python.langchain.com/docs/contributing/