Files
Prajwal Pai 884dd8949a Add couchbase vectore store support (#3093)
* Add couchbase vectore store support

* Uncomment couchbase code

* lint fix

---------

Co-authored-by: Henry <hzj94@hotmail.com>
2024-10-26 02:36:38 +01:00

21 lines
234 B
Markdown

Parameters:
config_id
baseUrl
```
/v1/chat/completions
```
```json
{
"config_id": "bedrock",
"messages": [
{
"role": "user",
"content": "Hello! What can you do for me?"
}
]
}
```