langflow/docs/docs/migration
Gabriel Luiz Freitas Almeida 4c113d5ac0
Add Upstash Vector Store support (#2004)
* docs(migration): add UPSTASH_VECTOR_REST_URL and UPSTASH_VECTOR_REST_TOKEN to the list of default environment variables
pyproject.toml: add upstash-vector package as a dependency with version 0.4.0
src/backend/base/langflow/components/vectorsearch/UpstashSearch.py: create UpstashSearchComponent for implementing a Vector Store using Upstash
src/backend/base/langflow/components/vectorstores/Upstash.py: create UpstashVectorStoreComponent for implementing a Vector Store using Upstash
src/backend/base/langflow/services/settings/constants.py: add UPSTASH_VECTOR_REST_URL and UPSTASH_VECTOR_REST_TOKEN to the list of variables to get from the environment

*  (UpstashSearch.py): Add support for 'number_of_results' and 'text_key' parameters in UpstashSearchComponent to enhance search functionality
♻️ (Upstash.py): Refactor UpstashVectorStoreComponent to include 'text_key' parameter for consistency and improved functionality

* ♻️ (Upstash.py): refactor UpstashVectorStoreComponent to improve code readability and maintainability by restructuring the instantiation of UpstashVectorStore instances based on conditions and adding support for adding documents directly to the instance.

* feat: Update langchain-core, langchainhub, langsmith, and requests dependencies to latest versions
2024-05-30 12:02:40 -07:00
..
api.mdx 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
compatibility.mdx Update compatibility documentation and add a new image 2024-04-04 09:25:31 -03:00
component-status-and-data-passing.mdx 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
connecting-output-components.mdx 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
custom-component.mdx 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
experimental-components.mdx 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
flow-of-data.mdx 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
global-variables.mdx Add Upstash Vector Store support (#2004) 2024-05-30 12:02:40 -07:00
inputs-and-outputs.mdx Update component descriptions to reflect Playground instead of Interaction Panel 2024-05-02 13:50:01 -03:00
migrating-to-one-point-zero.mdx merge dev on playground 2024-05-02 13:59:52 -03:00
multiple-flows.mdx 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
new-categories-and-components.mdx 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
passing-tweaks-and-inputs.mdx 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
possible-installation-issues.mdx [Docs] - Administration folder (#1969) 2024-05-27 05:24:30 -07:00
renaming-and-editing-components.mdx 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
sidebar-and-interaction-panel.mdx 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
state-management.mdx 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
supported-frameworks.mdx 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00
text-and-record.mdx 1.0 Alpha (#1599) 2024-04-04 02:46:44 -03:00