kevinhug commited on
Commit
2705162
·
1 Parent(s): 4c3d388

model change

Browse files
Files changed (1) hide show
  1. rag.py +1 -1
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', dimensions=512)
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