Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Basic Book Search using OpenAI "text-embedding-ada-002" model and cosine similarity. Books list is randomly generated using faker library and saved in a CSV file. User can search for book text as an output they will get full text of the book They can also look up the detail about the book. Needs an OpenAI API key in an .env file.