automaton82
|
657dace89e
|
Fixing comments from PR
|
2024-01-25 15:29:02 -05:00 |
|
Rafael Reis
|
274125a289
|
Update ChatOpenAI.ts
|
2024-01-25 16:38:15 -03:00 |
|
Henry
|
2d6dcb3e82
|
Merge branch 'main' into feature/LlamaIndex
# Conflicts:
# .github/workflows/autoSyncMergedPullRequest.yml
|
2024-01-25 19:16:20 +00:00 |
|
Henry
|
049a35968a
|
remove pinecone env linting issue
|
2024-01-25 18:30:27 +00:00 |
|
automaton82
|
3be2393412
|
Implementing CORS and CSP headers from env config
|
2024-01-25 11:39:13 -05:00 |
|
Henry
|
1c6694b197
|
🥳 flowise@1.4.11 release
|
2024-01-25 16:22:42 +00:00 |
|
Henry
|
4ce0ee2600
|
🥳 flowise-ui@1.4.8 release
|
2024-01-25 16:21:41 +00:00 |
|
Henry
|
dc19fde063
|
🥳 flowise-components@1.5.2 release
|
2024-01-25 16:21:05 +00:00 |
|
Henry Heng
|
523c9a1b9c
|
Merge pull request #1599 from fletch-ai/chore/Update-AzureOpenAI-LLM-Types
Added support for gpt-4 and gpt-4-32k models
|
2024-01-25 15:50:37 +00:00 |
|
Darien Kindlund
|
8ca8e0ede0
|
Merge branch 'FlowiseAI:main' into main
|
2024-01-25 10:21:15 -05:00 |
|
Ilango
|
3abfa13587
|
Add condition to skip initializing web scraper nodes during prediction
|
2024-01-25 11:23:11 +05:30 |
|
Henry Heng
|
d38433ba5d
|
Merge pull request #1602 from tsiougkosn/main
feature : include chat message id in result
|
2024-01-25 01:43:25 +00:00 |
|
Ofer Mendelevitch
|
8a96493e32
|
after yarn lint
|
2024-01-24 16:45:37 -08:00 |
|
Ofer Mendelevitch
|
03e2869b8e
|
updated vectara chatflow
|
2024-01-24 16:13:19 -08:00 |
|
nikos.tsiougkos
|
da346d7814
|
include chat message id in result
|
2024-01-24 18:05:32 +02:00 |
|
Henry
|
2279ffd57d
|
update conversational retrieval agent
|
2024-01-24 14:13:44 +00:00 |
|
vinodkiran
|
3ce22d0dde
|
MultiModal : Adding functionality to base OpenAI Chat Model
|
2024-01-24 18:25:22 +05:30 |
|
Henry
|
8189f945cc
|
Merge branch 'main' into feature/LlamaIndex
# Conflicts:
# packages/components/nodes/agents/ConversationalAgent/ConversationalAgent.ts
# packages/components/nodes/agents/ConversationalRetrievalAgent/ConversationalRetrievalAgent.ts
# packages/components/nodes/agents/OpenAIAssistant/OpenAIAssistant.ts
# packages/components/nodes/agents/OpenAIFunctionAgent/OpenAIFunctionAgent.ts
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/components/nodes/chains/ConversationalRetrievalQAChain/ConversationalRetrievalQAChain.ts
# packages/components/nodes/memory/BufferMemory/BufferMemory.ts
# packages/components/nodes/memory/BufferWindowMemory/BufferWindowMemory.ts
# packages/components/nodes/memory/ConversationSummaryMemory/ConversationSummaryMemory.ts
# packages/components/nodes/memory/DynamoDb/DynamoDb.ts
# packages/components/nodes/memory/MongoDBMemory/MongoDBMemory.ts
# packages/components/nodes/memory/MotorheadMemory/MotorheadMemory.ts
# packages/components/nodes/memory/RedisBackedChatMemory/RedisBackedChatMemory.ts
# packages/components/nodes/memory/UpstashRedisBackedChatMemory/UpstashRedisBackedChatMemory.ts
# packages/components/nodes/memory/ZepMemory/ZepMemory.ts
# packages/components/src/utils.ts
# packages/server/marketplaces/chatflows/Long Term Memory.json
# packages/server/src/index.ts
# packages/server/src/utils/index.ts
|
2024-01-24 03:00:31 +00:00 |
|
Darien Kindlund
|
61e1866615
|
Added support for gpt-4 and gpt-4-32k models
|
2024-01-23 17:53:57 -05:00 |
|
Ilango
|
6395b121b4
|
Update input url if user changed the url in manage links dialog
|
2024-01-23 16:59:05 +05:30 |
|
Ilango
|
318686e622
|
Fix issue where audio recording is not sent on stopping recording
|
2024-01-23 11:03:38 +05:30 |
|
Darien Kindlund
|
dd32a31a3e
|
Merge branch 'FlowiseAI:main' into main
|
2024-01-22 11:44:05 -05:00 |
|
Ilango
|
f384ad9086
|
Update audio recording ui in internal chat
|
2024-01-22 19:03:05 +05:30 |
|
Ilango
|
7d0ae5286c
|
Fix chat popup styles and remove console statements
|
2024-01-22 16:20:18 +05:30 |
|
Ilango
|
59643b65d9
|
Fix the flickering issue when dragging files over the chat window
|
2024-01-22 15:51:05 +05:30 |
|
Ilango
|
7e5d8e7294
|
Fix image uploads appear on top of chat messages. Now image uploads will appear above the text input on its own row.
|
2024-01-22 11:16:57 +05:30 |
|
Ilango
|
193e5c4640
|
Update console statements to use logger
|
2024-01-22 08:49:04 +05:30 |
|
Ilango
|
c24708f53b
|
Set default value for get links limit in web scraper nodes - cheerio, playwright, and puppeteer
|
2024-01-22 08:42:44 +05:30 |
|
Ilango
|
bf60a1a2a9
|
Fix multiple calls to parseInt
|
2024-01-22 08:30:36 +05:30 |
|
Ilango
|
62ec17d684
|
Update manage links button variant
|
2024-01-22 08:19:41 +05:30 |
|
Ilango
|
76cb8794bf
|
Update where loader is rendered in manage links dialog
|
2024-01-22 08:19:20 +05:30 |
|
Henry
|
2dd1c71cf2
|
return response
|
2024-01-21 22:26:58 +00:00 |
|
Henry
|
5d25c35a1a
|
add env path for settings json
|
2024-01-21 18:24:54 +00:00 |
|
Darien Kindlund
|
b76c3b27a9
|
Merge branch 'FlowiseAI:main' into main
|
2024-01-20 00:01:41 -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 |
|
vinodkiran
|
e774bd3c12
|
GPT Vision: Added multi model capabilities to ChatOpenAI and ConversationChain.
|
2024-01-19 18:02:05 +05:30 |
|
Ilango
|
bfa26a72c4
|
Use selected links if available when scraping in cheerio, puppeteer, and playwright nodes
|
2024-01-19 14:25:04 +05:30 |
|
Ilango
|
43fa1166df
|
Add interface for fetching links from server
|
2024-01-19 12:34:22 +05:30 |
|
Ilango
|
9637c12297
|
Show a dialog to fetch and manage links in web scraper nodes
|
2024-01-19 12:33:54 +05:30 |
|
Ilango
|
1b8813a8b9
|
Show a manage links button for web scraper nodes - cheerio, puppeteer, playwright
|
2024-01-19 12:32:58 +05:30 |
|
Ilango
|
e7edbc695c
|
Add api endpoint for fetching links from a url
|
2024-01-19 12:29:41 +05:30 |
|
Henry
|
2640f6b1dc
|
update prediction_sent metadata
|
2024-01-19 00:49:52 +00:00 |
|
Henry
|
b5de88784b
|
add flag
|
2024-01-19 00:38:08 +00:00 |
|
Henry
|
953e1468bb
|
add telemetry
|
2024-01-19 00:02:31 +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 |
|
vinodkiran
|
f87d84997c
|
GPT Vision: lint fixes
|
2024-01-18 17:11:43 +05:30 |
|
vinodkiran
|
9222aafc6f
|
GPT Vision: Updated behaviour to submit voice recording directly without the need to do another submit.
|
2024-01-18 17:04:49 +05:30 |
|