langchain/libs/community/langchain_community
thiswillbeyourgithub a2b4c33bd6
community[patch]: FAISS: ValueError mentions normalize_score_fn isntead of relevance_score_fn (#25225)
Thank you for contributing to LangChain!

- [X] **PR title**: "community: fix valueerror mentions wrong argument
missing"
- Where "package" is whichever of langchain, community, core,
experimental, etc. is being modified. Use "docs: ..." for purely docs
changes, "templates: ..." for template changes, "infra: ..." for CI
changes.
  - Example: "community: add foobar LLM"


- [X] **PR message**: ***Delete this entire checklist*** and replace
with
- **Description:** when faiss.py has a None relevance_score_fn it raises
a ValueError that says a normalize_fn_score argument is needed.

Co-authored-by: ccurme <chester.curme@gmail.com>
2024-08-09 14:40:29 +00:00
..
adapters infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
agent_toolkits docs: update integration api refs (#25195) 2024-08-09 12:27:32 +00:00
agents
callbacks community[patch]: gpt-4o-2024-08-06 costs (#25164) 2024-08-08 13:22:11 +00:00
chains community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
chat_loaders infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
chat_message_histories community: fix typo in warning message (#24597) 2024-07-24 13:19:07 +00:00
chat_models community[patch]: Use get_fields adapter for pydantic (#25191) 2024-08-08 14:43:09 -04:00
cross_encoders community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
docstore infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
document_compressors community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
document_loaders community: Add llm-extraction option to FireCrawl Document Loader (#25231) 2024-08-09 13:59:10 +00:00
document_transformers community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
embeddings community[patch]: Use get_fields adapter for pydantic (#25191) 2024-08-08 14:43:09 -04:00
example_selectors infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
graph_vectorstores [community]: Fix package name mismatch (#24824) 2024-07-30 11:21:39 -04:00
graphs community[patch]: Add missing annotations (#24890) 2024-07-31 18:13:44 +00:00
indexes
llms community[patch]: Use get_fields adapter for pydantic (#25191) 2024-08-08 14:43:09 -04:00
memory
output_parsers
query_constructors community[patch]: Add missing annotations (#24890) 2024-07-31 18:13:44 +00:00
retrievers docs: update integration api refs (#25195) 2024-08-09 12:27:32 +00:00
storage infra: add min version testing to pr test flow (#24358) 2024-07-19 22:03:19 +00:00
tools community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
utilities community[patch]: Upgrade pydantic extra (#25185) 2024-08-08 17:20:39 +00:00
utils infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
vectorstores community[patch]: FAISS: ValueError mentions normalize_score_fn isntead of relevance_score_fn (#25225) 2024-08-09 14:40:29 +00:00
__init__.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00
cache.py community[patch]: Release 0.2.11 (#24989) 2024-08-02 20:08:44 +00:00
py.typed