Skip to content

Commit e4f3a92

Browse files
committed
chore: add badges to README.md
1 parent 16602a5 commit e4f3a92

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
<p align="center">
2-
<img src="https://avatars.githubusercontent.com/u/30185530?s=200&v=4" alt="OpenMined Logo" width="100">
3-
</p>
4-
5-
# Syft Space Server
1+
# <img src="https://avatars.githubusercontent.com/u/30185530?s=200&v=4" alt="OpenMined" width="32" align="center"> Syft Space Server
62

73
A friendly platform for building AI-powered search and question-answering tools. Connect your documents to language models and query them through simple API endpoints.
84

5+
[![Python](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/)
6+
[![Node.js](https://img.shields.io/badge/node.js-20%2B-green)](https://nodejs.org/)
7+
[![FastAPI](https://img.shields.io/badge/FastAPI-0.116-009688)](https://fastapi.tiangolo.com/)
8+
[![Vue](https://img.shields.io/badge/Vue-3-4FC08D)](https://vuejs.org/)
9+
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
10+
[![uv](https://img.shields.io/badge/uv-package%20manager-blueviolet)](https://github.com/astral-sh/uv)
11+
[![Bun](https://img.shields.io/badge/bun-runtime-f9f1e1)](https://bun.sh/)
12+
913
## What This Project Does
1014

1115
Syft Space Server helps you create **RAG (Retrieval-Augmented Generation) endpoints**. In plain terms, it lets you:

0 commit comments

Comments
 (0)