Commit Graph

128 Commits

Author SHA1 Message Date
hakeemsyd 9aaa4313cb svg added and refactored again 2024-01-12 02:43:43 +05:00
hakeemsyd 8a470a85b7 chore: refactoring (naming convention) 2024-01-12 01:36:57 +05:00
hakeemsyd e634a6b584 feature: Integrate Astra Vectorstore 2024-01-12 00:31:21 +05:00
YISH 1dc9690696 Add milvusTextField configuration for Milvus
langchain python use `text` 
https://github.com/langchain-ai/langchain/blob/master/libs/community/langchain_community/vectorstores/milvus.py#L119

while langchian js use `langchain` 
https://github.com/langchain-ai/langchainjs/blob/main/libs/langchain-community/src/vectorstores/milvus.ts#L61

so it is necessary to add milvusTextField configuration for Milvus.
2024-01-10 17:32:46 +08:00
tuxBurner d8a778e4d9 Bumped version from 1.0 to 2.0 2024-01-05 12:46:47 +01:00
tuxBurner c2735b190c Merge branch 'main' into feature/postgres-ssl-flag-option 2024-01-05 12:45:05 +01:00
tuxBurner e35faa57af One last linting 2024-01-04 16:27:53 +01:00
tuxBurner a046d52961 Make the linter happy 2024-01-04 16:23:08 +01:00
tuxBurner 2355cb2ec5 Fixed port handling so it returns the correct port and not only 6663 2024-01-04 16:07:54 +01:00
tuxBurner 609ae8703d Added a function which cheks which port to use when port is 443 or 80 2024-01-04 15:58:18 +01:00
tuxBurner b833cb80d4 Added ssl flag 2024-01-04 14:51:41 +01:00
tuxBurner efe602970c Added ssl flag for postgres vectorstores 2024-01-04 14:19:46 +01:00
Henry Heng ab24524e70 Merge pull request #1414 from FlowiseAI/bugfix/Multiple-Upsert
Bugfix/Multiple Vector Upsert
2023-12-20 16:31:35 +00:00
Henry 5917256e57 add fix to avoid running duplicated nodes when vector upsert 2023-12-19 23:48:18 +00:00
abhishekshankr 7d0935cf3f Updated Zep Icons 2023-12-18 14:17:08 -05:00
abhishekshankr bc459df067 Updated icons 2023-12-18 12:52:27 -05:00
abhishekshankr bd60ae1edd Updated Icons 2023-12-18 12:37:49 -05:00
abhishekshankr c6842e1cb8 Updated icons 2023-12-18 12:13:22 -05:00
abhishekshankr 2b00acfbea Updated vector store icons 2023-12-18 03:51:08 -05:00
tirongi 8f4dd8b509 Fix wrong elasti client setup when use custom URL 2023-12-13 10:47:39 +01:00
Henry 12c688aae0 update langchain version 2023-11-24 14:29:50 +00:00
Henry d5af16fcfa add mongodb atlas 2023-11-22 20:06:32 +00:00
Henry 3638485d1b Merge branch 'main' into feature/VectorStoreRevamp 2023-11-22 19:49:55 +00:00
Henry 7d13b6323f fix namings, update description, show badge and node info 2023-11-22 19:48:01 +00:00
tirongi 88c9514cca changes based on suggestions 2023-11-21 21:45:51 +01:00
tirongi 681890a600 Enable inserting custom URL using basic auth 2023-11-21 19:13:19 +01:00
Henry f8c4ec28b4 fix mongodb vector database where no documents are returned 2023-11-17 13:52:41 +00:00
Henry 44cadc1cc3 add vector upsert ability 2023-11-16 18:34:17 +00:00
vinodkiran 261e45d74a MongoDB Atlas Integration: Adding MongoDB as a Vector Store 2023-11-13 21:56:18 +05:30
Henry 6cc0811085 add check before adding new document 2023-11-01 16:20:13 +00:00
Henry Heng 06552416bb Merge pull request #1127 from chz8494/memory_replace_fix
[Bug] Fix Cannot read properties of undefined (reading 'replace')
2023-10-29 10:33:33 +00:00
Ziyi Chen 7aa2e1516e should validate .pageContent 2023-10-27 19:57:01 -04:00
talha 60ac08413a Replaced INDEX_NOT_EXIST with IndexNotExist 2023-10-26 20:44:35 +05:00
Henry Heng da31e42fd8 Merge pull request #1108 from vinodkiran/FEATURE/redis-vectorstore
Feature/RedisVectorStore
2023-10-25 12:14:16 +01:00
vinodkiran ac12aa641c Redis Vector Store - Minor Updates to Options to better reflect the intent. 2023-10-25 10:35:50 +05:30
Ziyi Chen 23d39300cb fix Cannot read properties of undefined (reading 'replace') 2023-10-24 11:04:35 -04:00
Henry f3bd818397 add additional config 2023-10-23 11:10:45 +01:00
vinodkiran 23c62bdc0b Redis Vector Store - addition of similaritySearchVectorWithScore method and other updates 2023-10-22 11:52:06 +05:30
vinodkiran 931e14c082 New Feature : Redis Vector Store 2023-10-20 20:03:38 +05:30
Henry 9e07a1ba7c add additional config 2023-10-20 12:41:49 +01:00
Henry Heng 88d7cb47e2 Revert "Bugfix/OpenSearch illegal invocation" 2023-10-18 13:39:23 +01:00
Henry 76f689cb93 add fix for illegal invocation 2023-10-13 21:33:32 +01:00
Henry Heng b3fad4dd82 Merge pull request #1046 from FlowiseAI/feature/UnstructuredLoader
Feature/unstructured loader
2023-10-13 13:45:32 +01:00
Ofer Mendelevitch db475039c2 removed extra comma 2023-10-12 20:23:17 -07:00
Ofer Mendelevitch e3d4c73b2a updated to single quotes 2023-10-12 20:11:01 -07:00
Ofer Mendelevitch 7ba38c0876 updated 2023-10-12 19:48:20 -07:00
Ofer Mendelevitch 6a29ee8c02 minor update to labels
Upd 'source' in Vectara constructor
2023-10-12 19:45:44 -07:00
Henry db06f85c2a add multi options 2023-10-13 01:28:48 +01:00
Henry 697682ca01 upgrade pinecone to v1 2023-10-12 17:45:51 +01:00
Henry Heng 0be1823a0e Merge branch 'main' into FEATURE/elasticsearch-vectorstore 2023-10-11 14:22:48 +01:00