model change
Browse files
rag.py
CHANGED
@@ -11,7 +11,7 @@ df['content']=df['product']+"; "+df['purpose']+"; "+df['benefit']+"; "+df['fee']
|
|
11 |
|
12 |
corpus = [row['content'] for i,row in df.iterrows()]
|
13 |
|
14 |
-
embedder = dspy.Embedder('huggingface/BAAI/bge-small-en-v1.5'
|
15 |
class RecommendProduct(dspy.Signature):
|
16 |
"""
|
17 |
Recommend RBC financial product based on verbatim
|
|
|
11 |
|
12 |
corpus = [row['content'] for i,row in df.iterrows()]
|
13 |
|
14 |
+
embedder = dspy.Embedder('huggingface/BAAI/bge-small-en-v1.5')
|
15 |
class RecommendProduct(dspy.Signature):
|
16 |
"""
|
17 |
Recommend RBC financial product based on verbatim
|