Skip to content

I know about Rice Univ. more than any individual / organization

License

Notifications You must be signed in to change notification settings

Open-Nice/Owlracle

Repository files navigation

Owracle - LLM develped by Nice Team.

An open-source LLM chatbot that answers Rice students' questions.

Documentation Discord Discord

Documentation · Architecture · Features · LLM · Running locally · Authors


Documentation

Check our latest documentation here.

Architecture

The application is 3 parts: llm, vectorDB, and server manager. The server manager constantly listens&scrapes various sources and updates the vectorDB. The sources include owlnest events, clubs instagram, and esther courses. In addition to these sources, all rice students can add new sources. For example, if there is a site posting finance career fair I want to share, I can do so within Owlracle using the functionality called Teaching. Then the server manager will automatically scrape that info and share it with the next student who asks about some relavent questions.

Implementation

  • Prompt Engineering: codifies how LLM reasons about users question given provided contexts from VectorDB.
  • Supabase VectorDB: augments information retrieval for LLM.
  • Modal: manages(create, update, delete) VectorDB information.

Running locally

You will need to use the environment variables defined in .env.example to run Owlracle. If you're interested in joining us, join the discord where we open sourced the env variables. After that, run following commmands:

pnpm i . #(run everytime to install new node modules)
npx prisma generate --data-proxy #(run only once)
pnpm dev #(run every time to start the app on local host)

Owlracle should now be running on localhost:3000.

Authors

This library is created by NICE team members, with contributions from:

About

I know about Rice Univ. more than any individual / organization

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published