You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/recorded/rails/public_api/cassettes/test_kb/test_openai_kb_generate_async_retrieves_and_injects_chunks.yaml
+60Lines changed: 60 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -433,3 +433,63 @@ interactions:
433
433
rejected_prediction_tokens: 0
434
434
service_tier: default
435
435
system_fingerprint: null
436
+
- request:
437
+
method: POST
438
+
uri: https://api.openai.com/v1/embeddings
439
+
headers:
440
+
Host:
441
+
- api.openai.com
442
+
Accept-Encoding:
443
+
- gzip, deflate, zstd
444
+
Connection:
445
+
- keep-alive
446
+
Accept:
447
+
- application/json
448
+
Content-Type:
449
+
- application/json
450
+
User-Agent:
451
+
- OpenAI/Python 2.24.0
452
+
parsed_body:
453
+
input:
454
+
- |-
455
+
# NeMo Guardrails Knowledge Base - Overview
456
+
457
+
NeMo Guardrails is an open-source toolkit for adding programmable guardrails to
458
+
LLM-based conversational applications. The unique retrieval marker phrase for this
459
+
document is "guardrails-kb-marker-7f3a".
460
+
461
+
Guardrails (or "rails" for short) control the output of a large language model, such
462
+
as keeping the bot on topic, following a predefined dialog path, or refusing unsafe
0 commit comments