discourse-ai/spec/jobs/regular
Sam 830cc26075
FEATURE: Add metadata support for RAG (#553)
* FEATURE: Add metadata support for RAG

You may include non indexed metadata in the RAG document by using

[[metadata ....]]

This information is attached to all the text below and provided to
the retriever.

This allows for RAG to operate within a rich amount of contexts
without getting lost

Also:

- re-implemented chunking algorithm so it streams
- moved indexing to background low priority queue

* Baran gem no longer required.

* tokenizers is on 4.4 ... upgrade it ...
2024-04-04 11:02:16 -03:00
..
digest_rag_upload_spec.rb FEATURE: Add metadata support for RAG (#553) 2024-04-04 11:02:16 -03:00
generate_rag_embeddings_spec.rb FEATURE: AI Bot RAG support. (#537) 2024-04-01 13:43:34 -03:00
stream_post_helper_spec.rb DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00