-
Notifications
You must be signed in to change notification settings - Fork 15.9k
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
Javelin #10275
Javelin #10275
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…-ai#9979) Co-authored-by: Bagatur <[email protected]>
…ai#10292) Follow-up PR for langchain-ai#10047, simply adding a notebook quickstart example for the vector store with SQLite, using the class SQLiteVSS. Maintainer tag @baskaryan Co-authored-by: Philippe Oger <[email protected]>
I have updated the code to ensure consistent error handling for ImportError. Instead of relying on ValueError as before, I've followed the standard practice of raising ImportError while also including detailed error messages. This modification improves code clarity and explicitly indicates that any issues are related to module imports.
1. For passing config to runnable lambda 2. For branching and merging
Fix the import in docmention --------- Co-authored-by: Bagatur <[email protected]>
langchain-ai#10085 --------- Co-authored-by: codesee-maps[bot] <86324825+codesee-maps[bot]@users.noreply.github.com> Co-authored-by: Bagatur <[email protected]>
Embed documents without locally downloading the HF model --------- Co-authored-by: Bagatur <[email protected]>
…0260) - Description: Updated Additional Resources section of documentation and added to YouTube videos with excellent playlist of Langchain content from Sam Witteveen - Issue: None -- updating documentation - Dependencies: None - Tag maintainer: @baskaryan
- Description: Remove hardcoded/duplicated distance strategies in the PGVector store. - Issue: NA - Dependencies: NA - Tag maintainer: for a quicker response, tag the relevant maintainer (see below), - Twitter handle: @archmonkeymojo --------- Co-authored-by: Bagatur <[email protected]>
Huggingface, HuggingFace -> Hugging Face
Split sql use case into directory so we can add other structured data pages
This PR replaces the generic `SET search_path TO` statement by `USE` for the Trino dialect since Trino does not support `SET search_path`. Official Trino documentation can be found [here](https://trino.io/docs/current/sql/use.html). With this fix, the `SQLdatabase` will now be able to set the current schema and execute queries using the Trino engine. It will use the catalog set as default by the connection uri.
# Description This pull request allows to use the [NucliaDB](https://docs.nuclia.dev/docs/docs/nucliadb/intro) as a vector store in LangChain. It works with both a [local NucliaDB instance](https://docs.nuclia.dev/docs/docs/nucliadb/deploy/basics) or with [Nuclia Cloud](https://nuclia.cloud). # Dependencies It requires an up-to-date version of the `nuclia` Python package. @rlancemartin, @eyurtsev, @hinthornw, please review it when you have a moment :) Note: our Twitter handler is `@NucliaAI`
done |
still some linting issues, happy to take over and land if you'd like @rsharath |
@baskaryan would really appreciate that, thank you!! |
@baskaryan please let me know if you need anything further from my end, looking forward to seeing this live! Thanks again for the awesome work you folks are doing! Sharath |
@baskaryan / @sbusso - I have updated my PR branch with the latest master and its ready for integration. Please take a look and let me know. Thanks! Sharath |
@baskaryan , @hwchase17 - please let me know if I missed anything, but it appears good from my end. |
@@ -246,6 +276,13 @@ def _anonymize(self, text: str, language: Optional[str] = None) -> str: | |||
|
|||
Args: | |||
text: text to anonymize | |||
<<<<<<< HEAD |
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.
this shouldnt be here
libs/langchain/pyproject.toml
Outdated
@@ -130,7 +130,6 @@ assemblyai = {version = "^0.17.0", optional = true} | |||
dashvector = {version = "^1.0.1", optional = true} | |||
sqlite-vss = {version = "^0.1.2", optional = true} | |||
|
|||
|
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.
stray deletion
@@ -7,7 +7,11 @@ | |||
"source": [ | |||
"# Diffbot Graph Transformer\n", | |||
"\n", | |||
<<<<<<< HEAD |
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.
these files shouldnt change
@@ -0,0 +1,151 @@ | |||
{ | |||
"cells": [ |
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 is this showing up?
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.
deleted
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", |
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 is this showing up?
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.
reverted to master
@@ -459,7 +459,7 @@ | |||
"name": "python", | |||
"nbconvert_exporter": "python", | |||
"pygments_lexer": "ipython3", | |||
"version": "3.9.1" | |||
"version": "3.11.4" |
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.
this shouldnt change
{ | ||
"cell_type": "markdown", | ||
"id": "9a9acd2e", | ||
"metadata": {}, |
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 is this showing up
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.
deleted
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 is this showing up
Fixed
…s, inadvertent change
@hwchase17 should be clean, not sure how I missed those stray edits that appears to have crept up during merge with master. Thanks for pointing those out, I have fixed. Appreciate it! |
@baskaryan @hwchase17 let me know if we are missing anything else. Thanks! |
looks great, thanks @rsharath! you may want to add a notebook at |
@baskaryan will this be in tomorrow's release? any chance we can get a shoutout for Javelin AI Gateway in your release/twitter? |
yep and yep! |
No description provided.