Skip to content

Commit 0b34a7e

Browse files
committed
Update doc and fix typo
1 parent 822ba1b commit 0b34a7e

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
[![Python package](https://github.com/SynaLinks/Synalinks/actions/workflows/tests.yml/badge.svg)](https://github.com/SynaLinks/SynaLinks/actions/workflows/tests.yml)
2828
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://opensource.org/license/apache-2-0)
2929

30-
To bussy to read the documentation? Give [LLM.md](LLM.md) to your favorite LM provider.
30+
To busy to read the documentation? Give [LLM.md](LLM.md) to your favorite LM provider.
3131

3232
</div>
3333

docs/FAQ.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## General questions
44

5-
- [What is the difference between DSPy, AdalFlow and Synalinks?](#what-is-the-difference-between-dspy-adalflow-and-synalinks)
5+
- [What makes Synalinks revolutionary compared to DSPy?](#what-makes-synalinks-revolutionary-compared-to-dspy)
66
- [Why do you focus on in-context techniques?](#why-do-you-focus-on-in-context-techniques)
77
- [I already use structured output, why would I use Synalinks?](#i-already-use-structured-output-why-would-i-use-synalinks)
88
- [Can Synalinks be used for non-LMs applications](#can-synalinks-be-used-for-non-lms-applications)
@@ -22,14 +22,9 @@
2222

2323
---
2424

25-
### What is the difference between DSPy, AdalFlow and Synalinks?
25+
### What makes Synalinks revolutionary compared to DSPy?
2626

27-
Unlike DSPy and AdalFlow, Synalinks is inspired by Keras and not PyTorch.
28-
The reason for that is that ease of use is an important factor for us. The Functional API inspired by Keras make it easy and natural to describe any workflows. Addtionally, we implement logical flows, a unique feature of Synalinks inspired by logical circuits.
29-
30-
In the next releases we will focus in other Reinforcement Learning (RL) algorithms like Monte-Carlo-Tree-Search (MCTS) or Q-Learning. Also we don't plan to develop vector-only RAG systems, but focus on robust KnowledgeGraphRAG.
31-
32-
Globally, you can think of Synalinks as more focused on RL and Graph based techniques while providing all the benefits of other similar frameworks, with easier to use implementation.
27+
While DSPy wrestles with PyTorch complexity, Synalinks delivers the elegant simplicity of Keras with enterprise-grade power. We're the only framework featuring logical flows inspired by logical circuits and comprehensive Knowledge Graph support. Synalinks transforms AI workflow design into an intuitive, natural process that accelerates development cycles and reduces implementation complexity.
3328

3429
---
3530

0 commit comments

Comments
 (0)