Flowise/packages/components/nodes/chatmodels/ChatNemoGuardrails
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
..
ChatNemoGuardrails.ts Added NeMo Guardrails Chat component (#3331) 2024-10-17 01:59:10 +01:00
NemoClient.ts Added NeMo Guardrails Chat component (#3331) 2024-10-17 01:59:10 +01:00
nemo.svg Added NeMo Guardrails Chat component (#3331) 2024-10-17 01:59:10 +01:00
readme.md Add couchbase vectore store support (#3093) 2024-10-26 02:36:38 +01:00

readme.md

Parameters:

config_id baseUrl

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