langchain/docs/docs
Tymofii 0bec1f6877
commnity[patch]: refactor code for faiss vectorstore, update faiss vectorstore documentation (#18092)
**Description:** Refactor code of FAISS vectorcstore and update the
related documentation.
Details: 
 - replace `.format()` with f-strings for strings formatting;
- refactor definition of a filtering function to make code more readable
and more flexible;
- slightly improve efficiency of
`max_marginal_relevance_search_with_score_by_vector` method by removing
unnecessary looping over the same elements;
- slightly improve efficiency of `delete` method by using set data
structure for checking if the element was already deleted;

**Issue:** fix small inconsistency in the documentation (the old example
was incorrect and unappliable to faiss vectorstore)

**Dependencies:** basic langchain-community dependencies and `faiss`
(for CPU or for GPU)

**Twitter handle:** antonenkodev
2024-03-11 22:33:03 -07:00
..
_templates
additional_resources docs: Tutorials update (#18230) 2024-03-01 11:07:39 -08:00
changelog
contributing Docs: Update contributing documentation (#17557) 2024-02-20 12:28:15 -05:00
expression_language docs: Change saved/configured chain variable name (#18863) 2024-03-11 12:59:24 -07:00
get_started docs: update stack graphic (#18532) 2024-03-04 23:07:28 +00:00
guides Docs: Add custom parsing documentation and extending langchain (#18331) 2024-03-07 16:30:57 -05:00
integrations commnity[patch]: refactor code for faiss vectorstore, update faiss vectorstore documentation (#18092) 2024-03-11 22:33:03 -07:00
langsmith Improve notebook wording (#18472) 2024-03-03 18:31:15 -08:00
modules core[minor]: generation info on msg (#18592) 2024-03-12 04:43:17 +00:00
use_cases docs: turn on link check (#18924) 2024-03-11 10:50:39 -07:00
.gitignore
packages.mdx
people.mdx 👥 Update LangChain people data (#17743) 2024-02-20 18:30:11 -08:00
security.md Docs: remove sales from security (#18762) 2024-03-07 17:35:46 -05:00