https://github.com/zackproser/office-oracle-data-bench
A Jupyter notebook used in building github.com/zackproser/office-oracle
https://github.com/zackproser/office-oracle-data-bench
ai chatbot langchain openai pinecone
Last synced: 2 months ago
JSON representation
A Jupyter notebook used in building github.com/zackproser/office-oracle
- Host: GitHub
- URL: https://github.com/zackproser/office-oracle-data-bench
- Owner: zackproser
- Created: 2023-07-03T14:53:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T16:42:54.000Z (about 3 years ago)
- Last Synced: 2025-10-30T21:52:04.418Z (8 months ago)
- Topics: ai, chatbot, langchain, openai, pinecone
- Language: Jupyter Notebook
- Homepage:
- Size: 319 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This repository contains the Jupyter notebook that I used to build my [office oracle project](https://github.com/zackproser/office-oracle).
It is the companion notebook to my [office oracle test notebook](https://github.com/zackproser/office-oracle-db-test-notebook).
This notebook handles reading, parsing, embedding and upserting data into a Pinecone vector database, whereas the test notebook linked above
is concerned with verifying data quality for the purpose of the AI chatbot application.
I open sourced it to share an approach that works well for building abitrary AI chatbots with any identity, trained on any
corpus of knowledge, and expected to answer factually based on that knowledge.
## Usage
You can run this anywhere that you can run a Jupyter notebook. I used Kaggle.com personally.