TinhHoaSolutions-EzHR / chatbot

LLM-powerd Chat Platform for teams. Answer related human resourcing questions.
https://ezhrchatbot.pages.dev/
0 stars 0 forks source link

POC1: Core chatbot workflow #37

Open lelouvincx opened 1 week ago

lelouvincx commented 1 week ago

As a backend member, I want to conduct on the first POC about a full basic LLM workflow. So that I can integrate to the base backend.

The flow

Guides

Success criteria

@lelouvincx will provide OpenAI's api key.

lelouvincx commented 1 week ago

To overcome tech dept, you can use SimpleIndexStore and SimpleVectorStore in LlamaIndex.

lelouvincx commented 1 week ago

Raw documents: https://drive.google.com/drive/folders/1lYhvNN2sCaN8w8igBEdJucZJOD_OLVGZ?usp=drive_link

lelouvincx commented 1 week ago

@vn01122003 please checkout this doc: https://docs.llamaindex.ai/en/stable/module_guides/querying/retriever/

Focus on BM25 Retriever.

vn01122003 commented 6 days ago

For now, we are focusing on this Colab workspace: https://colab.research.google.com/drive/1Nafvyr5pctN4dPM25BIrrmwdiuTop2QV?usp=sharing

vn01122003 commented 4 days ago

Updated 'Read and parse PDF document' section to Colab work space Can be reviewed for early revision