Commit Graph

828 Commits

Author SHA1 Message Date
Darien Kindlund 61e1866615 Added support for gpt-4 and gpt-4-32k models 2024-01-23 17:53:57 -05:00
Henry 2b2a5b9028 add console call back to chains 2024-01-19 18:36:49 +00:00
Henry Heng 6b369d4ab9 Merge pull request #1561 from apricotbot/feature/pinecone_serverless
support pinecone serverless indexes
2024-01-19 16:26:46 +00:00
Henry 31a4769079 fix output prediction output parser 2024-01-19 14:27:40 +00:00
niztal 0214ed1a73 support pinecone serverless indexes 2024-01-18 19:28:38 +02:00
Henry Heng 4ca7bc058e Merge pull request #1557 from FlowiseAI/feature/Figma
Feature/update figma loader
2024-01-18 16:53:09 +00:00
Henry 4256655c7b add $vars and $flow to custom function 2024-01-17 23:47:11 +00:00
Henry f26a99ade2 update figma loader 2024-01-17 22:08:04 +00:00
Henry Heng 207a3f3dd7 Merge pull request #1426 from vinodkiran/FEATURE/RAG-VectorStores-Updates
FEATURE Addition : MMR and Document Compressors
2024-01-17 17:52:55 +00:00
Henry 60d0fad62c Merge branch 'feature/RAG-VectorStores-Updates-2' into feature/RAG-VectorStores-Updates
# Conflicts:
#	packages/components/nodes/retrievers/CohereRerankRetriever/CohereRerank.ts
#	packages/components/nodes/retrievers/CohereRerankRetriever/CohereRerankRetriever.ts
2024-01-17 17:43:50 +00:00
Henry 1bf7944776 update retrievers and add mmr to other vector stores 2024-01-17 15:55:56 +00:00
vinodkiran 3407fa92f4 Compression Retriever - Cohere Rerank - Add max chunks per document as optional parameter 2024-01-17 18:29:37 +05:30
Ilango 27f2a7f6ba Merge pull request #1513 from 0xi4o/feature/sticky-notes-node
FEATURE: Sticky Note node
2024-01-17 07:37:24 +05:30
Henry f151a77d3f Merge branch 'main' into feature/RAG-VectorStores-Updates 2024-01-17 00:53:26 +00:00
Ong Chung Yau 2c5e8d01ae Merge pull request #1523 from FlowiseAI/feature/GoogleGemini 2024-01-17 06:34:11 +08:00
chungyau97 f3a244a93c modify google gemini based on request changes 2024-01-16 16:19:21 +08:00
YISH c77e23b0d1 Fix CustomFunction receiving excaped inputs 2024-01-16 15:32:51 +08:00
Keith Kacsh b9d1d75d6a Fixing naming, handling embeddings for LocalAI also 2024-01-16 11:13:50 +05:30
Keith Kacsh 06201e7cf0 Revert model var to string, refactor for case without a key and just override if so 2024-01-16 11:13:50 +05:30
Keith Kacsh 58f9e88b1f Introduce new credential for LocalAI, Pass optional auth to LocalAI, New env var 2024-01-16 11:13:50 +05:30
YISH c8f624de9c Fix OpenAIFunctionAgent that function not return string result
refer to https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/agents/format_scratchpad/openai_functions.py#L29

and fix the role of systemMessage from `ai` to `system`.
2024-01-16 11:13:49 +05:30
Ofer Mendelevitch 7acbc0b068 updated component to V2.0
Updated marketplace  "Chain Upload" JSON file
2024-01-16 11:13:07 +05:30
Ofer Mendelevitch 2484d2a676 added step to diversityBias 2024-01-16 11:13:07 +05:30
Ofer Mendelevitch c93b01e821 updates per PR comments 2024-01-16 11:13:07 +05:30
vinodkiran 0d19dc5be4 Merge branch 'main' into FEATURE/RAG-VectorStores-Updates
# Conflicts:
#	packages/components/package.json
2024-01-16 11:12:52 +05:30
Ofer Mendelevitch 0c2252c642 bugfix 2024-01-16 11:12:17 +05:30
Ofer Mendelevitch 356137b88b bug fix 2 2024-01-16 11:12:17 +05:30
Ofer Mendelevitch 78bc93cc9e bug fix 2024-01-16 11:12:17 +05:30
Ofer Mendelevitch b1b9b9fcff added support for MMR 2024-01-16 11:12:17 +05:30
hakeemsyd adfeb37e8b svg added and refactored again 2024-01-16 11:12:17 +05:30
hakeemsyd 4b39b4115b chore: refactoring (naming convention) 2024-01-16 11:12:17 +05:30
hakeemsyd 4b9b30bf7a feature: Integrate Astra Vectorstore 2024-01-16 11:12:17 +05:30
YISH 4364537595 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-16 11:12:17 +05:30
Henry f66c03ab0a change agent/chain with memory to use runnable 2024-01-16 11:12:17 +05:30
Henry 7ba4a063fb Merge branch 'main' into bugfix/Concurrent-Chat-Session
# Conflicts:
#	packages/components/nodes/agents/OpenAIFunctionAgent/OpenAIFunctionAgent.ts
2024-01-15 13:22:59 +00:00
Henry Heng 5239b2707f Merge pull request #1495 from kkacsh321/localai_auth
FEATURE: LocalAI Credential, Optional LocalAI Auth, Model list env var
2024-01-14 12:14:07 +00:00
Henry Heng 92ba6ce769 Merge pull request #1509 from mokeyish/patch-3
Fix OpenAIFunctionAgent that function not return string result
2024-01-14 12:06:54 +00:00
Keith Kacsh 8a4b6a7224 Fixing naming, handling embeddings for LocalAI also 2024-01-13 19:14:45 -07:00
Henry Heng 733f1ec484 Merge pull request #1462 from vectara/add_mmr_vectara
added support for MMR
2024-01-14 00:18:29 +00:00
chungyau97 4d15e886fe fix error TS2322 part 3 2024-01-14 03:38:14 +08:00
chungyau97 203b182cd5 fix error TS2322 part 2 2024-01-14 01:35:39 +08:00
chungyau97 bdc892df2b fix error TS2322: Type '{ category: string; threshold: string; }[]' is not assignable to type 'SafetySetting[] 2024-01-14 00:51:28 +08:00
chungyau97 c15250f28b add TopK and safetySettings 2024-01-13 16:18:35 +08:00
Ilango f5037f0b81 Update sticky note node configuration 2024-01-12 13:45:06 +05:30
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
Ilango 22ebf95a59 Rename StickyNote node and move to utilities category 2024-01-11 21:15:29 +05:30
Ilango d70c097341 Add a sticky note node under tools 2024-01-11 14:37:10 +05:30
YISH be0fff4d9d Fix OpenAIFunctionAgent that function not return string result
refer to https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/agents/format_scratchpad/openai_functions.py#L29

and fix the role of systemMessage from `ai` to `system`.
2024-01-10 17:41:53 +08:00