MarkEdmondson1234 / openai-samples

I am exploring the possibilities of OpenAI and what we can build with it. This repository has sample scripts or apps that I am using to learn OpenAI and other AI topics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openai-samples

I am exploring the possibilities of OpenAI and what we can build with it. This repository has sample scripts or apps that I am using to learn OpenAI and other AI topics.

Question answering over docs The simple python script uses Langchain, loads a text file, creates indexes (from OpenAI embeddings) and then allows you to ask questions on your document data. For this sample, I am using my Kindle Highlights file which you can find in your Kindle. I am using Chroma storage to persist the embeddings once created.

Here is the demo:

openai_langchain_loadtxtfile.mp4

About

I am exploring the possibilities of OpenAI and what we can build with it. This repository has sample scripts or apps that I am using to learn OpenAI and other AI topics.


Languages

Language:Python 100.0%