anubhav77 commited on
Commit
0d3bce3
·
1 Parent(s): 1e8c1b5
Files changed (1) hide show
  1. src/main.py +1 -1
src/main.py CHANGED
@@ -48,7 +48,7 @@ async def get_matching_docs(inStr: str ) -> Any:
48
  return getRelevantDocs(inStr)
49
 
50
  @app.post(api_base+"/addTextDocument")
51
- async def add_text_document(inStr: str,metadata: Dict ) -> Any:
52
  """
53
  Add text and metadata to the db
54
  """
 
48
  return getRelevantDocs(inStr)
49
 
50
  @app.post(api_base+"/addTextDocument")
51
+ async def add_text_document(inStr: str,metadata: dict ) -> Any:
52
  """
53
  Add text and metadata to the db
54
  """