KG and RAG

Tools

NER

https://github.com/huggingface/neuralcoref

Tavily

Connect Your Agent to the Web

Powering the Internet of Agents with fast, secure
and reliable web access APIs.

https://www.tavily.com/

SpaCy

https://explosion.ai/blog/coref

A Tricky Problem: Split Antecedents

More precisely the problem is treated as a clustering problem over non-overlapping spans in a document. The non-overlapping constraint renders the system incapable of handling the “split antecedent” problem. For example in “Alice and Bob said they like cheese, but he prefers sushi.” The pronoun “they” refers to “Alice and Bob” and “he” refers to “Bob”. However, the span “Bob” is inside “Alice and Bob” so we have to choose to either resolve “they” to “Alice and Bob” or “he” to “Bob”. The lack of split antecedent handling is a limitation of many coreference resolutions systems including ours.

Pasted image 20240915020218.png

Relik

ReLiK: The Reader-Retriever Paradigm

Pasted image 20240913223148.png

https://www.freedium.cfd/https://pub.towardsai.net/is-relik-the-future-of-nlp-01998766ae55


Kotaemon

Pasted image 20240901185121.png

An open-source clean & customizable RAG UI for chatting with your documents. Built with both end users and developers in mind.

https://github.com/Cinnamon/kotaemon


RAGAS

https://docs.ragas.io/en/stable/concepts/index.html


Pasted image 20240909195033.png
https://huggingface.co/spaces/relik-ie/Information-Extraction


AweSOME AGENTS + MEMORY

Pasted image 20240916121549.png
Pasted image 20240916123105.png
https://www.youtube.com/watch?v=7LWTZqksmSg


"I want Llama3.1 to perform 10x with my private knowledge"

Self learning Local Llama3.1 405B

https://www.youtube.com/watch?v=2PKCOVqhngY&t=2s


Atomic agents

Pasted image 20250701121323.png|200

The Atomic Agents framework is designed around the concept of atomicity to be an extremely lightweight and modular framework for building Agentic AI pipelines and applications without sacrificing developer experience and maintainability.

Think of it like building AI applications with LEGO blocks - each component (agent, tool, context provider) is:

Anatomy of an Agent

In Atomic Agents, an agent is composed of several key components:

Here's a high-level architecture diagram:

Pasted image 20250917161520.png
Pasted image 20250917161537.png

https://www.youtube.com/watch?v=Sp30YsjGUW0

https://github.com/BrainBlend-AI/atomic-agents/