jeremierostan commited on
Commit
b7611a0
·
verified ·
1 Parent(s): fa32c1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def generate_embeddings(docs):
44
  # Function for query preprocessing
45
  def preprocess_query(query):
46
  prompt = ChatPromptTemplate.from_template("""
47
- Transform the following query into a more detailed, keyword-rich statement that could appear in official data protection regulation documents:
48
  Query: {query}
49
  Transformed query:
50
  """)
 
44
  # Function for query preprocessing
45
  def preprocess_query(query):
46
  prompt = ChatPromptTemplate.from_template("""
47
+ Transform the following query into a more detailed, keyword-rich affitmative statement that could appear in official data protection regulation documents:
48
  Query: {query}
49
  Transformed query:
50
  """)