kotaemon/knowledgehub/pipelines
Nguyen Trung Duc (john) 693ed39de4 Move prompts into LLMs module (#70)
Since the only usage of prompt is within LLMs, it is reasonable to keep it within the LLM module. This way, it would be easier to discover module, and make the code base less complicated.

Changes:

* Move prompt components into llms
* Bump version 0.3.1
* Make pip install dependencies in eager mode

---------

Co-authored-by: ian <ian@cinnamon.is>
2023-11-14 16:00:10 +07:00
..
agents Move prompts into LLMs module (#70) 2023-11-14 16:00:10 +07:00
tools Move prompts into LLMs module (#70) 2023-11-14 16:00:10 +07:00
__init__.py Initiate repository 2023-08-16 14:56:48 +07:00
cot.py Move prompts into LLMs module (#70) 2023-11-14 16:00:10 +07:00
indexing.py Move Document and other interface into base/schema (#69) 2023-11-14 11:51:10 +07:00
ingest.py Add new OCRReader with PDF+OCR text merging (#66) 2023-11-13 17:43:02 +07:00
qa.py Move prompts into LLMs module (#70) 2023-11-14 16:00:10 +07:00
retrieving.py Move Document and other interface into base/schema (#69) 2023-11-14 11:51:10 +07:00
utils.py [AUR-429] Add MVP pipeline with Ingestion and QA stage (#39) 2023-10-05 12:31:33 +07:00