langchain/libs
Anthony Bernabeu 4e676a63b8
community[minor]: Added filter search for LanceDB (#22461)
- [ ] **community**: "vectorstore: added filtering support for LanceDB
vector store"

- [ ] **This PR adds filtering capabilities to LanceDB**:
- **Description:** In LanceDB filtering can be applied when searching
for data into the vectorstore. It is using the SQL language as mentioned
in the LanceDB documentation.
    - **Issue:** #18235 
    - **Dependencies:** No

- [ ] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.

- [ ] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/
2024-06-05 09:33:54 -04:00
..
cli docs: update anthropic chat model (#22483) 2024-06-04 12:42:06 -07:00
community community[minor]: Added filter search for LanceDB (#22461) 2024-06-05 09:33:54 -04:00
core core[patch]: Add similarity_score_threshold to VectorStore search types (#22477) 2024-06-04 13:43:55 -07:00
experimental experimental[patch]: Release 0.0.60 (#22497) 2024-06-04 11:56:42 -07:00
langchain langchain[patch]: Release 0.2.2 (#22495) 2024-06-04 11:33:45 -07:00
partners huggingface: remove text-generation dep (#22543) 2024-06-05 12:13:40 +00:00
standard-tests core, partners: add token usage attribute to AIMessage (#21944) 2024-05-23 14:21:58 -04:00
text-splitters text-splitters[patch]: Release 0.2.1 (#22490) 2024-06-04 11:19:21 -07:00