We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183d25c commit a6cc7eaCopy full SHA for a6cc7ea
src/examples/convRagExample.ts renamed to examples/studio/conversationa-rag/conversationa-rag.ts
@@ -1,8 +1,5 @@
1
-import { AI21 } from '../AI21';
+import { AI21 } from 'ai21';
2
3
-/*
4
- This is a temporary example to test the Conversational RAG functionality.
5
-*/
6
async function main() {
7
/* TODO - add a file upload example when library support is added and combine it with the below flow */
8
0 commit comments