This project presents an innovative NLP-based Q&A system tailored for drilling reports generated during the drilling process. Leveraging state-of-the-art natural language processing techniques, the system efficiently extracts valuable insights from drilling reports, enabling users to pose specific questions and obtain accurate, contextual answers.
- Clone this repository.
- Create an environment with fastapi, openai and uvicorn installed.
- Activate the environment.
- Run uvicorn semantic_search: app --reload in the terminal.
- Go to http://127.0.0.1:8000/docs to see the app in action.