Skip to content

Commit

Permalink
create todo
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro-ao committed Apr 29, 2023
1 parent 73ecbdd commit 5cf5828
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
def main():
# get api key
# initialize pdf reader
# get raw text from pdf
# split text into chunks for token limit
# get embeddings from openai
# perform docsearch
# ask question to llm using langchain


if __name__ == '__main__':
main()

0 comments on commit 5cf5828

Please sign in to comment.