-
Notifications
You must be signed in to change notification settings - Fork 17.7k
community[patch]: Make sql record manager fully compatible with async #20735
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
Merged
eyurtsev
merged 39 commits into
langchain-ai:master
from
pprados:pprados/fix_sql_record_manager
May 8, 2024
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
a5afb78
Add MistralAI provider
pprados 1909eb3
Fix _amake_session()
pprados f68eb79
Merge branch 'master' into pprados/fix_sql_record_manager
pprados b329fe7
core[patch]: Release 0.1.46 (#20891)
baskaryan 842d84f
partner: Upstage quick documentation update (#20869)
chosh0615 a564385
core[minor], langchain[patch], community[patch]: mv StructuredQuery (…
baskaryan 435bc56
openai[patch]: Allow disablling safe_len_embeddings(OpenAIEmbeddings)…
mokeyish 123f19e
community[patch]: add BeautifulSoupTransformer remove_unwanted_classn…
JasonSTong 033d310
multiple: remove external repo mds (#20896)
47f8627
community[mionr]: add Jina Reranker in retrievers module (#19406)
8bbd881
docs: Fix misplaced zep cloud example links (#20867)
paul-paliychuk 9fdaee0
upstage: release 0.1.2 (#20898)
fd18641
docs: Use voyage-law-2 in the examples (#20784)
fzowl 7355151
docs: Fix broken link in agents.ipynb (#20872)
samanhappy b58bb76
community[patch]: add HTTP response headers Content-Type to metadata …
coolbeevip 648a595
community[patch]: Support passing graph object to Neo4j integrations …
tomasonjo 25b3910
docs: hide model import in multiple_tools.ipynb (#20883)
merdan-9 18d53da
core, community: deprecate tool.__call__ (#20900)
ccurme 97ba189
docs: update chat model feature table (#20899)
ccurme 4417aa1
mistral, openai: support custom tokenizers in chat models (#20901)
ccurme b0d7bab
community[patch]: deprecate persist method in Chroma (#20855)
AndresAlgaba 5ec5e90
community: fix tqdm import (#20263)
davidefantiniIntel feca792
community[minor]: Add relyt vector database (#20316)
klaus-xiong b5d5c97
cli[minor]: Add __version__ (#20903)
eyurtsev 3c702a7
community[patch]: Add semantic info to metadata, classified by pebblo…
rahul-trip 471718c
community[patch]: add more data types support to ipex-llm llm integra…
shane-huang 88df1a7
experimental[patch]: remove \n from AutoGPT feedback_tool exit check …
mjschock 6d721ce
core[patch]: improve comma separated list output parser to handle non…
anish749 7b2d5ed
experimental[patch]: return from HuggingGPT task executor task.run() …
mjschock 2febebd
community[minor]: Implemented Kinetica Document Loader and added note…
am-kinetica 3ce27b3
community[patch]: Add support for pebblo server and client version (#…
dristysrivastava 502a76d
community[patch]: Add initial tests for AzureSearch vector store (#17…
mattgotteiner 147a43c
langchain: support PineconeVectorStore in self query retriever (#20905)
ccurme 474508e
Use lstv2 (#20747)
hinthornw 170888b
FIX
pprados 0d5de1b
Merge branch 'master' into pprados/fix_sql_record_manager
pprados cad3681
Merge branch 'master' into pprados/fix_sql_record_manager
pprados 8f2d866
Fix lint
pprados cca03bd
Fix lint
pprados File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why doesn't the original code work?