Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts for downloading input, converting docs, generating embeddings and chroma insertion #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Gregory-Pereira
Copy link
Collaborator

@Gregory-Pereira Gregory-Pereira commented Sep 7, 2024

cc @cooktheryan @MichaelClifford @nerdalert

data is public domain so can be included

General progress recap:

  • get documents
  • convert documents to markdown
  • generate QNA pairs (MANUAL)
  • run ilab train on this
  • embed documents (converted markdown not QNA)
  • Insert into vector DB (agnostic, anything but milvus)
  • script that connects the tuned LLM to the vector DB and does the RAG retreival
  • query the LLM via the script

@Gregory-Pereira Gregory-Pereira force-pushed the generate-embeddings branch 2 times, most recently from 7890afc to f3d0556 Compare September 7, 2024 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant