Deeplearn-PeD / libby

Libby the librarian. AI BOT specialized in creating and querying embeddings for RAG
GNU General Public License v3.0
1 stars 0 forks source link

feat: Add CLI functionality and generate_response method #1

Closed fccoelho closed 1 month ago

fccoelho commented 1 month ago

Added CLI functionality to accept a question and print the generated response. Also implemented the generate_response method in the brain/embed module to retrieve documents, generate a response based on the question, and print it.