discourse-ai/spec
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
..
fabricators FEATURE: AI Bot RAG support. (#537) 2024-04-01 13:43:34 -03:00
fixtures FEATURE: Add metadata support for RAG (#553) 2024-04-04 11:02:16 -03:00
jobs FEATURE: Add metadata support for RAG (#553) 2024-04-04 11:02:16 -03:00
lib FEATURE: add Claude 3 Haiku bot support (#552) 2024-04-03 16:06:27 +11:00
models FEATURE: AI Bot RAG support. (#537) 2024-04-01 13:43:34 -03:00
requests FEATURE: AI Bot RAG support. (#537) 2024-04-01 13:43:34 -03:00
serializers DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00
shared FIX: Handle unicode on tokenizer (#515) 2024-03-14 17:33:30 -03:00
support FIX: typo causing text_embedding_3_large to fail (#460) 2024-02-05 11:16:36 +11:00
system FIX: don't show share conversation incorrectly (#526) 2024-03-13 11:24:22 +11:00
tasks FIX: Filter soft-deleted topics when backfilling sentiment (#527) 2024-03-12 21:01:24 -03:00
plugin_spec.rb DEV: Fix new Rubocop offenses 2024-03-06 15:23:29 +01:00