Henry Heng
4daf29db80
Chore/change models json file path ( #2167 )
...
change models json file path
2024-04-12 12:19:42 +01:00
Henry Heng
c33642cdf9
Feature/Buffer Memory SessionId ( #2111 )
...
* add sessionId to buffer memory, add conversation summary buffer memory
* add fix for conv retrieval qa chain
2024-04-11 11:18:39 +01:00
Vinod Kiran
57b716c7d7
Addition of model.json to externalize model-lists and related key-values ( #2153 )
...
model.json
2024-04-11 11:11:26 +01:00
Henry Heng
e422ce287b
Feature/Indexing ( #1802 )
...
* indexing
* fix for multiple files upsert
* fix default Postgres port
* fix SQLite node description
* add MySQLRecordManager node
* fix MySQL unique index
* add upsert history
* update jsx ui
* lint-fix
* update dialog details
* update llamaindex pinecone
---------
Co-authored-by: chungyau97 <chungyau97@gmail.com>
2024-04-02 23:47:19 +01:00
Henry Heng
70706a7183
Bugfix/Add astradb collection name and namespace ( #2071 )
...
add astradb collection name and namespace
2024-03-31 00:07:59 +08:00
Vinod Paidimarry
794818b434
Voyage AI - Credentials, Embeddings and Rerank ( #2015 )
...
* Voyage AI - Credentials and Embeddings
* reranker and fixes for embeddings
2024-03-26 11:50:16 +05:30
Mr Khachaturov
4ca82ee733
Extend Confluence Document Loader to Support Server/Data Center with PAT ( #1998 )
...
* Extend Confluence Document Loader to Support Server/Data Center with PAT
- Update authentication to use Personal Access Token (PAT)
- Expand compatibility to include both Confluence Cloud and Server/Data Center
* Update ConfluenceServerDCApi.credential.ts
* use the same confluence loader with different connection logic
* use the same confluence loader with different connection logic
* Apply Prettier formatting
2024-03-25 01:37:55 +08:00
Henry
43c1d5d017
add groq
2024-02-29 03:12:11 +08:00
Henry
46c47017bd
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/components/nodes/agents/ConversationalAgent/ConversationalAgent.ts
# packages/components/nodes/agents/MRKLAgentChat/MRKLAgentChat.ts
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/components/nodes/chains/LLMChain/LLMChain.ts
# packages/components/nodes/chatmodels/ChatOpenAI/ChatOpenAI.ts
2024-02-19 20:38:34 +08:00
Henry
9cd0362f24
Merge branch 'main' into FEATURE/Vision
...
# Conflicts:
# packages/components/nodes/chains/ConversationChain/ConversationChain.ts
# packages/server/src/index.ts
# packages/server/src/utils/index.ts
2024-02-02 02:54:06 +00:00
vinodkiran
4604594c55
SpeechToText: Adding SpeechToText at the Chatflow level.
2024-01-30 21:48:08 -05:00
Henry
0606d2c6dd
upgrade langchain version 0.1.0
2024-01-26 23:41:55 +00:00
niztal
0214ed1a73
support pinecone serverless indexes
2024-01-18 19:28:38 +02: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
Keith Kacsh
8a4b6a7224
Fixing naming, handling embeddings for LocalAI also
2024-01-13 19:14:45 -07: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
Henry
07411a78a3
removed zapier nla credential
2024-01-08 23:34:53 +00:00
Keith Kacsh
595f1ed7f2
Introduce new credential for LocalAI, Pass optional auth to LocalAI, New env var
2024-01-06 17:16:06 -07:00
Henry
05db533396
add mistral
2023-12-15 18:59:11 +00:00
Henry Heng
0ebfcccece
Merge pull request #1396 from vinodkiran/FEATURE/google-gemini
...
FEATURE/Google Gemini - Support for Chat Model, Credential & Embeddings
2023-12-15 17:22:37 +00:00
vinodkiran
e7f13c87d8
Addition of Google Gemini Chat Model, Credential and Associated Embeddings
2023-12-15 20:58:08 +05:30
tuxBurner
871dea249c
Added boolean flag which enables ssl connection for redis nodes.
...
This is needed for example connecting to the azure redis sever.
2023-12-13 18:47:25 +01:00
Henry
3536c2afec
fix memory nodes
2023-11-27 15:34:28 +00:00
Marc Klingen
262ef7fd0c
Link to Langfuse integration doc instead of get-started
2023-11-23 22:58:14 +01:00
vinodkiran
f953e9fd9c
GitGuardian - Fix for MongoDB False Positive Alert
2023-11-23 11:13:36 +05:30
tirongi
08443fdb1f
linting
2023-11-21 21:55:31 +01: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
vinodkiran
77ef39698b
MongoDB Atlas Integration: Adding MongoDB Memory
2023-11-13 21:46:36 +05:30
SebastjanPrachovskij
a240333e79
Run yarn lint-fix
2023-11-02 22:17:36 +02:00
SebastjanPrachovskij
83947dc55d
Add SearchApi credentials description
2023-11-01 18:19:05 +02:00
SebastjanPrachovskij
7bc41939e4
Add SearchApi documentloader, tool & podcast QA example
2023-10-31 16:27:37 +02:00
vinodkiran
b40b41bdbc
Redis Credential : Additional Redis URL based credential
2023-10-20 16:33:32 +05:30
Henry
7a13cda9a3
Merge branch 'main' into feature/UnstructuredLoader
2023-10-12 19:23:41 +01:00
Henry Heng
18937def2a
Merge pull request #982 from vinodkiran/FEATURE/elasticsearch-vectorstore
...
Support for ElasticSearch as a vector store
2023-10-12 15:32:59 +01:00
Henry
21b2ef7f1d
add unstructured
2023-10-12 15:31:19 +01:00
Henry Heng
8bca7b3c04
Update ElasticsearchAPI.credential.ts
2023-10-12 12:40:43 +01:00
Henry
41e612408c
add description
2023-10-11 20:09:13 +01:00
Henry Heng
0be1823a0e
Merge branch 'main' into FEATURE/elasticsearch-vectorstore
2023-10-11 14:22:48 +01:00
vinodkiran
57760dc633
Updates to Elasticsearch VectoreStore Functionality.
2023-10-10 20:03:21 +05:30
Henry Heng
a5b519d527
Merge pull request #989 from vinodkiran/FEATURE/llm-cache
...
Feature/llm cache
2023-10-09 19:18:13 +01:00
Henry Heng
c3caaf5814
Merge pull request #1002 from ayushjain6013/fetaure/upstash_redis
...
Added Upstash Redis Memory support
2023-10-08 02:05:49 +01:00
Henry Heng
e2355555ed
Update UpstashRedisMemoryApi.credential.ts
...
rename token label
2023-10-08 01:52:48 +01:00
Henry Heng
91581250a7
Merge branch 'main' into FEATURE/llm-cache
2023-10-06 19:04:24 +01:00
Ayush Jain
9bae1c33f7
Review changes
2023-10-06 23:23:21 +05:30
vinodkiran
cddc68c187
LLM Cache - Addition of Upstash Redis
2023-10-06 13:17:56 +05:30
Brian Krygsman
f836e77e7b
Add AWS credentials support
2023-10-02 08:50:17 -04:00
vinodkiran
29be2d2608
Addition of Redis LLM Cache
2023-09-30 18:51:14 +05:30