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:
Prajwal Pai
2024-10-26 07:06:38 +05:30
committed by GitHub
parent cdd5c39bab
commit 884dd8949a
8 changed files with 159 additions and 148 deletions
@@ -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?"
}
]
}
```
```