SampleHaystackImpl Facebook's Needle in a Haystack Implementation. Setup Step 1: Clone the repository git clone https://github.com/Tejas-ChandraShekarRaju/SampleHaystackImpl.git cd SampleHaystackImpl Step 2: Install Dependencies pip install -r requirements.txt Step 3: Run the app uvicorn main:app --reload Test After running the application open the swagger by appending /docs to url. Use the API's to test the Haystack. You should see something like this.