Commit Graph

1729 Commits

Author SHA1 Message Date
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
automaton82 d7a998f266
Update package.json
Updating turbo to the latest compatible version to fix a bug with github actions not able to build arm64 docker images.
2024-01-15 23:27:33 -05:00
Henry Heng 24d227598b
Merge pull request #1532 from FlowiseAI/feature/Lagnfuse-Session-Id
Feature/SessionId Tracking
2024-01-15 19:12:57 +00:00
Henry b3ab8527f5 add ts-ignore 2024-01-15 18:36:31 +00:00
Henry 4ef9c1f511 add sessionId tracking 2024-01-15 18:28:46 +00:00
Henry Heng b3d2d7cf87
Merge pull request #1497 from FlowiseAI/bugfix/Concurrent-Chat-Session
Bugfix/Concurrent Chat Session
2024-01-15 15:56:27 +00:00
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 8847fc9d4c
Merge pull request #1512 from JoshuaCWebDeveloper/patch-1
Correct DockerHub link in docs from private to public repo page
2024-01-15 02:49:05 +00:00
Henry 04ef695b3f update README-ZH md 2024-01-15 02:46:21 +00:00
Henry Heng 04b7a66fd0
Merge pull request #1504 from yangchuansheng/main
Update README-ZH.md
2024-01-14 15:31:17 +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 99db3cba4e
Merge pull request #1525 from FlowiseAI/bugfix/Delete-API
Bugfix/delete message API
2024-01-14 12:12:33 +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
Henry ec50493851 delete message API 2024-01-14 11:57:53 +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
Henry Heng 4125a4a278
Merge pull request #1516 from hakeemsyd/feature/integrate-astra-vectorstore
feature: Integrate Astra Vectorstore
2024-01-14 00:17:24 +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 e104af4346 Fix placeholder color for sticky note node 2024-01-12 17:09:36 +05:30
Ilango 38fce1d066 Fix sticky note text color in dark mode 2024-01-12 16:50:47 +05:30
Ilango 2742a26c6a Fix console error and remove console.log statements 2024-01-12 14:08:55 +05:30
Ilango f5037f0b81 Update sticky note node configuration 2024-01-12 13:45:06 +05:30
Ilango 951fda75c8 Update node input component 2024-01-12 13:44:24 +05:30
Ilango 1544f61407 Refactor CanvasNode to use the new sticky node 2024-01-12 13:41:58 +05:30
Ilango 42f80fade2 Add new node type for canvas - sticky note 2024-01-12 13:34:52 +05:30
hakeemsyd 9aaa4313cb svg added and refactored again 2024-01-12 02:43:43 +05:00
hakeemsyd e2365ff220 Update AstraApi.credential.ts 2024-01-12 01:43:22 +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 6462ba0fae Add todo for category type in INode 2024-01-11 21:20:47 +05:30
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
Joshua Carter 3bc52426ba
Correct DockerHub link in docs from private to public repo page 2024-01-10 12:30:01 -08:00
Henry Heng 1d8d97c7a1
Merge pull request #1508 from mokeyish/patch-2
Add milvusTextField configuration for Milvus
2024-01-10 16:31:23 +00:00
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
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
Carson Yang 6a114b3717
Update README-ZH.md 2024-01-09 13:58:40 +08:00
Keith Kacsh 6ec1c9249b Revert model var to string, refactor for case without a key and just override if so 2024-01-08 17:53:18 -07:00
Ofer Mendelevitch b5bcfc0d5c after yarn lint-fix 2024-01-08 16:46:36 -08:00
Henry Heng 6e2bf91c21
Merge pull request #1502 from FlowiseAI/chore/Remove-Zapier-NLA-Credential
Chore/Remove zapier nla credential
2024-01-09 00:26:12 +00:00
Ofer Mendelevitch a26167ac5a updated component to V2.0
Updated marketplace  "Chain Upload" JSON file
2024-01-08 16:09:50 -08:00
Henry 07411a78a3 removed zapier nla credential 2024-01-08 23:34:53 +00:00
Henry 4622fd8a02 update self-host readme 2024-01-08 18:39:36 +00:00
Ofer Mendelevitch 78a6926ca3 added step to diversityBias 2024-01-08 10:26:17 -08:00
Henry Heng e1df7256a6
Merge pull request #1487 from fanux/main
add one-click deploy on sealos
2024-01-08 18:25:18 +00:00