mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Add couchbase vectore store support (#3093)
* Add couchbase vectore store support * Uncomment couchbase code * lint fix --------- Co-authored-by: Henry <hzj94@hotmail.com>
This commit is contained in:
@@ -10,9 +10,11 @@ baseUrl
|
||||
```json
|
||||
{
|
||||
"config_id": "bedrock",
|
||||
"messages": [{
|
||||
"role":"user",
|
||||
"content":"Hello! What can you do for me?"
|
||||
}]
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "Hello! What can you do for me?"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user