-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathresources.yaml
609 lines (555 loc) · 18.5 KB
/
resources.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
resources:
- name: "AutoGen"
description: "Framework by Microsoft for building LLM applications based on multi-agent conversations"
links:
- github: "https://github.com/microsoft/autogen"
- website: "https://autogen.microsoft.com"
licensing:
- "open-source"
tags:
- agents
logo: logos/autogen.svg
- name: "AutoGPT"
description: "Open source AI agent project. Given a goal, the agent will decompose it into actionable subtasks and utilize given resources to accomplish them"
links:
- github: "https://github.com/Significant-Gravitas/AutoGPT"
licensing:
- "open-source"
tags:
- agents
logo: https://autogpt.net/wp-content/uploads/2023/04/autogpt_logo.png
- name: "DSPy"
description: "Framework for algorithmically optimizing LLM prompts"
links:
- github: "https://github.com/stanfordnlp/dspy"
licensing:
- "open-source"
tags:
- prompt engineering
- RAG
logo: https://github.com/stanfordnlp/dspy/raw/main/docs/docs/static/img/dspy_logo.png
- name: "Epsilla"
description: "An all-in-one platform to create vertical AI agents powered by your private data and knowledge"
links:
- website: "https://epsilla.com"
- github: "https://github.com/epsilla-cloud/vectordb"
licensing:
- "open-source"
- "commercial"
tags:
- data search and storage
- RAG
- agents
- platform
logo: logos/epsilla.svg
- name: "Guardrails AI"
description: "Framework to run input and output guards in your application that detect, quantify, and mitigate the presence of specific types of risks"
links:
- github: "https://github.com/ShreyaR/guardrails"
- hub: "https://hub.guardrailsai.com/"
licensing:
- "open-source"
tags:
- guardrails/security
logo: https://hub.guardrailsai.com/guardrails-logo-icon.svg
- name: "Hugging Face"
description: "An ML and data science collaborative platform. Users can find and contribute to models, datasets, and applications"
links:
- website: "https://huggingface.co"
licensing:
- "open-source"
tags:
- Other
logo: https://huggingface.co/front/assets/huggingface_logo.svg
- name: "LangChain"
description: "Framework to help in LLM-based application development. Provides an abstraction layer to interact with LLMs better, with prompt templating, chaining, RAG tools, agent implementation, and more"
links:
- github: "https://github.com/langchain-ai/langchain"
licensing:
- "open-source"
tags:
- agents
- RAG
logo: https://python.langchain.com/img/brand/wordmark.png
- name: "LangChain4j"
description: "Alternate frameworks for LLM-based applications for developers who prefer Java inspired by LangChain"
links:
- github: "https://github.com/langchain4j/langchain4j"
licensing:
- "open-source"
tags:
- alternative languages
- RAG
- agents
logo: logos/langchain4j.png
- name: "LangGraph"
description: "Orchestration framework for complex agentic systems"
links:
- github: "https://github.com/langchain-ai/langgraph"
- website: "https://www.langchain.com/langgraph"
licensing:
- "open-source"
- "commercial"
tags:
- agents
- platform
logo: https://langchain-ai.github.io/langgraph/static/wordmark_dark.svg
- name: "LangChainGo"
description: "Alternate frameworks for LLM-based applications for developers who prefer Go, inspired by LangChain"
links:
- github: "https://github.com/tmc/langchaingo"
licensing:
- "open-source"
tags:
- alternative languages
- RAG
logo:
- name: "Langfuse"
description: "Open source solution dedicated to prompt management, and LLM-based application monitoring. Integrates a UI"
links:
- github: "https://github.com/langfuse/langfuse"
licensing:
- "open-source"
tags:
- observability/evaluation
- LLMOps
logo: https://langfuse.com/langfuse_logo.png
- name: "LangSmith"
description: "Platform similar to a DevOps platform for LLMs, spawned from LangChain. Allows collaboration between developers, and testing and monitoring of LLM powered applications"
links:
- website: "https://www.langchain.com/langsmith"
licensing:
- "commercial"
tags:
- observability/evaluation
- platform
- LLMOps
logo: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRejzbKjev2a8d-EKtUU06p84fh5NX_S7dDLA&s
- name: "LlamaIndex"
description: "Framework designed to support LLM-based application development, specifically for integrating data from various data sources"
links:
- github: "https://github.com/run-llama/llama_index"
licensing:
- "open-source"
tags:
- RAG
- agents
logo: https://www.llamaindex.ai/llamaindex.svg
- name: "Chatbot Arena Leaderboard"
description: "Crowdsourced leaderboard for LLMs. Provides an open platform dedicated to LLM ranking"
links:
- website: "https://lmarena.ai/"
licensing:
- "open-source"
tags:
- Other
logo:
- name: "MLflow"
description: "Open source MLOps platform, widespread in ML projects. Has recently added features dedicated to LLMs"
links:
- github: "https://github.com/mlflow/mlflow"
licensing:
- "open-source"
tags:
- LLMOps
- platform
logo: https://mlflow.org/docs/latest/_static/MLflow-logo-final-black.png
- name: "NeMo Guardrails"
description: "Toolkit provided by NVIDIA for guardrails to LLM-based conversational applications, controlling the output of LLMs"
links:
- github: "https://github.com/NVIDIA/NeMo-Guardrails"
licensing:
- "open-source"
tags:
- guardrails/security
logo: https://upload.wikimedia.org/wikipedia/sco/thumb/2/21/Nvidia_logo.svg/1280px-Nvidia_logo.svg.png
- name: "OpenAI evals"
description: "Framework for evaluating LLM-based applications. OpenAI provides a detailed cookbook to get you started"
links:
- github: "https://github.com/openai/evals"
licensing:
- "open-source"
tags:
- observability/evaluation
logo: https://openai.com/favicon.ico
- name: "promptfoo"
description: "Tool to test and evaluate prompts, models, and RAG outputs. Works either in command line or with a detailed user interface"
links:
- github: "https://github.com/promptfoo/promptfoo"
licensing:
- "open-source"
tags:
- prompt engineering
- observability/evaluation
logo: https://www.promptfoo.dev/favicon.ico
- name: "Ragas"
description: "Framework dedicated to the evaluation of RAG pipelines. Can also be used for monitoring solutions in production"
links:
- github: "https://github.com/explodinggradients/ragas"
licensing:
- "open-source"
tags:
- RAG
- observability/evaluation
logo: https://docs.ragas.io/en/stable/_static/imgs/ragas-logo.png
- name: "SpringAI"
description: "Alternate framework for LLM-based applications for Java developers"
links:
- github: "https://github.com/spring-projects/spring-ai"
licensing:
- "open-source"
tags:
- alternative languages
- RAG
- agents
logo: https://upload.wikimedia.org/wikipedia/commons/thumb/4/44/Spring_Framework_Logo_2018.svg/245px-Spring_Framework_Logo_2018.svg.png
- name: "tiktoken"
description: "Library integrating a tokenizer for OpenAI models. Can be used to monitor costs and usage manually"
links:
- github: "https://github.com/openai/tiktoken"
licensing:
- "open-source"
tags:
- observability/evaluation
logo:
- name: "Weights & Biases (W&B)"
description: "Platform dedicated to experiment tracking, model training, fine-tuning, and collaboration, with solutions to help LLM application development"
links:
- website: "https://wandb.ai"
licensing:
- "commercial"
tags:
- platform
- LLMOps
logo: https://raw.githubusercontent.com/wandb/assets/main/wandb-logo-yellow-dots-black-wb.svg
- name: "Weaviate"
description: "Provides an open source vector database, and cloud-based managed deployment."
links:
- website: "https://www.semi.technology/products/weaviate"
licensing:
- "open-source"
- commercial
tags:
- data search and storage
- RAG
logo: https://weaviate.io/img/site/weaviate-logo-light.png
- name: "Pinecone"
description: "Managed vector database"
links:
- website: "https://www.pinecone.io"
licensing:
- commercial
tags:
- data search and storage
- RAG
logo: logos/pinecone.jpg
- name: "CrewAI"
description: "Framework for orchestrating autonomous AI Agents"
links:
- github: "https://github.com/crewAIInc/crewAI"
- website: "https://www.crewai.com"
licensing:
- "open-source"
- commercial
tags:
- agents
- platform
logo: logos/crewai.png
- name: "Semantic Kernel"
description: "SDK for integrating LLMs into applications"
links:
- github: "https://github.com/microsoft/semantic-kernel"
- documentation: "https://learn.microsoft.com/en-us/semantic-kernel/"
licensing:
- "open-source"
tags:
- agents
- RAG
- name: ollama
description: "Lightweight, extensible framework for building and running language models on the local machine"
links:
- github: "https://github.com/ollama/ollama"
- website: "https://ollama.com"
licensing:
- "open-source"
tags:
- serving
logo: https://ollama.com/public/ollama.png
- name: "OpenAI platform"
description: "OpenAI provides an API for developers to access and use their models (GPT-4, DALL-E, ...)"
links:
- website: "platform.openai.com"
licensing:
- "commercial"
tags:
- serving
logo: https://openai.com/favicon.ico
- name: "Anthropic API"
description: "Anthropic provides an API for developers to access and use their models (Claude, ...)"
links:
- website: "https://www.anthropic.com/api"
licensing:
- "commercial"
tags:
- serving
logo: https://www.anthropic.com/favicon.ico
- name: "GoogleAI"
description: "Google provides an API for developers to access and use their models (Gemini, Gemma ...)"
links:
- website: "https://ai.google.dev/"
licensing:
- "commercial"
tags:
- serving
logo:
- name: "together.ai"
description: "Manage and run AI models"
links:
- website: "https://together.ai"
licensing:
- "commercial"
tags:
- serving
- fine-tuning
logo:
- name: "Chroma"
description: "AI application database"
links:
- website: "https://www.trychroma.com"
- github: "https://github.com/chroma-core/chroma"
licensing:
- "open-source"
tags:
- data search and storage
logo: https://www.trychroma.com/img/chroma.png
- name: "Giskard"
description: "Evaluation and testing framework. Also provides a testing two commercial products: LLM evaluation hub and AI compliance hub"
links:
- website: "https://www.giskard.ai"
- github: "https://github.com/Giskard-AI/giskard"
licensing:
- "open-source"
- "commercial"
tags:
- observability/evaluation
- guardrails/security
logo: logos/giskard.svg
- name: "braintrust"
description: "End-to-end platform for building AI applications, including iterative experimentation, evluations, real-time monitoring, and data management"
links:
- website: "https://www.braintrust.dev/"
licensing:
- "commercial"
tags:
- platform
logo: logos/braintrust.svg
- name: "Humanloop"
description: "Humanloop provides a platform for data labeling and model evaluation"
links:
- website: "https://humanloop.com/"
licensing:
- "commercial"
tags:
- observability/evaluation
logo: logos/humanloop.svg
- name: "ell"
description: "A lightweight prompt engineering library treating prompts as functions"
links:
- website: "https://docs.ell.so/"
- github: "https://github.com/madcowd/ell"
licensing:
- "open-source"
tags:
- prompt engineering
logo: logos/ell.png
- name: "PydanticAI"
description: "Python agent framework"
links:
- website: https://ai.pydantic.dev/
- github: https://github.com/pydantic/pydantic-ai
licensing:
- "open-source"
tags:
- agents
logo: logos/pydanticai.svg
- name: "Qdrant"
description: "Vector similarity search engine and vector database, open-source or fully managed with Qdrant Cloud"
links:
- website: "https://qdrant.tech/"
- github: "https://github.com/qdrant/qdrant"
licensing:
- "open-source"
- "commercial"
tags:
- data search and storage
logo: logos/qdrant.svg
- name: "pgvector"
description: "Open-source vector similarity search for Postgres"
links:
- github: "https://github.com/pgvector/pgvector"
licensing:
- "open-source"
tags:
- data search and storage
- name: "OpenAI Swarm"
description: Educational framework exploring ergonomic, lightweight multi-agent orchestration
links:
- github: "https://github.com/openai/swarm"
licensing:
- "open-source"
tags:
- agents
logo: logos/swarm.png
- name: "unsloth"
description: "Tool to fine-tune LLMs faster and more efficiently"
links:
- website: "https://unsloth.ai/"
- github: "https://github.com/unslothai/unsloth"
licensing:
- "open-source"
- "commercial"
tags:
- fine-tuning
- name: "axolotl"
description: "Library designed to streamline the fine-tuning of various AI models"
links:
- github: "https://github.com/axolotl-ai-cloud/axolotl"
licensing:
- "open-source"
tags:
- fine-tuning
logo: logos/axolotl.svg
- name: "Lightning"
description: "Platform to train models, deploy, and more"
links:
- website: "https://www.lightning.ai/"
licensing:
- "commercial"
tags:
- platform
- serving
- fine-tuning
logo: logos/lightning.png
- name: "AgentOps"
description: "Developer platform to test and debug AI agents"
links:
- website: "https://www.agentops.ai/"
licensing:
- "commercial"
tags:
- agents
- platform
logo: logos/agentops.svg
- name: "Phoenix"
description: "Open-source AI observability platform designed for experimentation, evaluation, and troubleshooting. Commercial hosting available"
links:
- website: https://phoenix.arize.com/
- github: https://github.com/Arize-ai/phoenix
licensing:
- "open-source"
- "commercial"
tags:
- observability/evaluation
logo: logos/phoenix.png
- name: "Langtrace"
description: "Open-source observability software which lets you capture, debug and analyze traces and metrics. Includes an SDK and a dashboard, with a commercial offering"
links:
- website: https://www.langtrace.ai/
- github: "https://github.com/Scale3-Labs/langtrace"
licensing:
- "open-source"
- "commercial"
tags:
- observability/evaluation
logo: logos/langtrace.png
- name: "OVHcloud AI Endpoints"
description: "OVHcloud provides an API for developers to access and use managed Open Source models or personal models"
links:
- website: "https://endpoints.ai.cloud.ovh.net/"
licensing:
- "commercial"
tags:
- serving
logo: logos/ovhcloud.png
- name: "SplxAI"
description: "A lightweight solution for automated red teaming of GenAI and LLM apps, with multi-modal attack variations and fully customizable risk assessments, and dynamic risk remediation through automated hardening of system prompts"
links:
- website: "https://splx.ai"
licensing:
- "commercial"
tags:
- observability/evaluation
- guardrails/security
logo: logos/splxai.svg
- name: "smolagents"
description: "A very simple library that unlocks agentic capabilities for language models"
links:
- github: https://github.com/huggingface/smolagents
- website: https://huggingface.co/blog/smolagents
licensing:
- "open-source"
tags:
- agents
logo: logos/smolagents.png
- name: Arch
description: >-
An intelligent Layer 7 gateway designed to protect, observe, and personalize AI agents with your APIs.
built on (and by the core contributors of) Envoy Proxy with the belief that:
'Prompts are nuanced and opaque user requests, which require the same capabilities as traditional HTTP requests.'
links:
- github: "https://github.com/katanemo/archgw"
licensing:
- "open-source"
tags:
- observability/evaluation
- guardrails/security
logo: logos/arch.png
- name: "dify"
description: An open-source LLM app development platform, combines agentic AI workflow, RAG pipeline, agent capabilities, model management, observability features and more."
links:
- github: https://github.com/langgenius/dify
- website: https://dify.ai
licensing:
- "open-source"
- "commercial"
tags:
- agents
- RAG
- platform
logo: logos/dify.png
- name: "vLLM"
description: "A fast and easy-to-use library for LLM inference and serving."
links:
- github: "https://github.com/vllm-project/vllm"
licensing:
- "open-source"
tags:
- serving
logo: logos/vllm.png
- name: "Letta"
description: "An open source framework for building build stateful agents with advanced reasoning capabilities and transparent long-term memory (formerly MemGPT)."
links:
- github: "https://github.com/letta-ai/letta"
licensing:
- "open-source"
tags:
- agents
logo: logos/letta.png
- name: "aisuite"
description: "A simple, unified interface to multiple Generative AI providers"
links:
- github: "https://github.com/andrewyng/aisuite"
licensing:
- "open-source"
tags:
- serving
- name: "Model Context Protocol (MCP)"
description: "An open protocol that enables seamless integration between LLM applications and external data sources and tools, provided by Anthropic"
links:
- website: "https://modelcontextprotocol.io/introduction"
- github: "https://github.com/modelcontextprotocol/python-sdk"
licensing:
- "open-source"
tags:
- agents
logo: logos/mcp.svg