langflow/src/backend
Gabriel Luiz Freitas Almeida 9417dd69f6 🐛 fix(vector_store.py): rename 'texts' parameter to 'documents' to improve semantics
 feat(vector_store.py): add support for Supabase client object to be passed in as a parameter
The 'texts' parameter has been renamed to 'documents' to improve semantics. This change makes it clearer that the parameter is a list of documents. Additionally, support for a Supabase client object has been added as a parameter. This allows for more flexibility in the initialization of the SupabaseVectorStore class.
2023-06-22 21:27:17 -03:00
..
langflow 🐛 fix(vector_store.py): rename 'texts' parameter to 'documents' to improve semantics 2023-06-22 21:27:17 -03:00
.gitignore refac: langflow_backend -> langflow 2023-03-17 09:50:02 -03:00
Dockerfile refac: langflow_backend -> langflow 2023-03-17 09:50:02 -03:00