Skip to content

Commit a6cc7ea

Browse files
committed
refactor: Moved conversational rag example under examples folder
1 parent 183d25c commit a6cc7ea

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/examples/convRagExample.ts renamed to examples/studio/conversationa-rag/conversationa-rag.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
import { AI21 } from '../AI21';
1+
import { AI21 } from 'ai21';
22

3-
/*
4-
This is a temporary example to test the Conversational RAG functionality.
5-
*/
63
async function main() {
74
/* TODO - add a file upload example when library support is added and combine it with the below flow */
85

0 commit comments

Comments
 (0)