Martín Gotelli Ferenaz
Martín Gotelli Ferenaz
Description: Add support to filter by IS NULL criteria in the metadata Issue: N/A Dependencies: N/A Twitter handle: @martinferenaz This PR fixes the problem when you want to search if...
PGVector deprecated create_filter_clause uses incorrect method. Can't filter by OR or AND conditions
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...
sqlalchemy.exc.InvalidRequestError: Table 'langchain_pg_collection' is already defined for this MetaData instance This error occurs when you create two instances of the PGVector instance at the same time. Since the models (CollectionStore...
### Bug description ```python """ With the new LangChain version (0.3.0) there is support for Pydantic V2, they changed all the models to use Pydantic V2, and some of our...
This solves #192
When trying to build a distinct query for a char field while mocking the query set I have been having a problem. Basically the way the distinct works tries to...