https://github.com/zackproser/office-oracle-db-test-notebook
https://github.com/zackproser/office-oracle-db-test-notebook
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zackproser/office-oracle-db-test-notebook
- Owner: zackproser
- Created: 2023-06-30T11:00:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T16:55:14.000Z (almost 3 years ago)
- Last Synced: 2025-03-04T17:41:06.020Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This repository contains one of the two Jupyter notebooks that I used to build my [office oracle project](https://github.com/zackproser/office-oracle).
It is the companion notebook to my [office oracle data bench](https://github.com/zackproser/office-oracle-data-bench).
This notebook enables quick tests for data quality by querying the vector database, first with raq user queries, and ultimately
through a langchain QA (Question and answer) retrieval chain.
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.