openai-cookbook
openai-cookbook copied to clipboard
Examples and guides for using the OpenAI API
Hello all, Would it be at all possible to provide an example of document pre-processing where the dataset is not being imported from Wikipedia, instead through an individualized standard csv...
Hi, Is it possible to have example code to add a delayed completion for producing embeddings please? I've read 'How to handle rate limits', however due to a lack of...
I added Qdrant vector database to the notebook using the same approach as you did for Pinecone and Weaviate. Due to some rate limits and other issues, I could not...
Great work, thank you. I fix some typos.
and and -> and
This is my first issue on Github so please ignore if I make any mistakes. I am trying to run Question_answering_using_embeddings.ipynb and this line "document_section = df.loc[section_index]" is causing an...