AIAIAny
  • Search
  • Collection
  • Category
  • Tag
  • Daily AI
AIAIAny

Tag

Explore by tags

AIAIAny

Curated AI Resources for Everyone

[email protected]

Powered by airss.app

Product
  • Search
  • Collection
  • Category
  • Tag
Resources
  • Blog
Company
  • Privacy Policy
  • Terms of Service
  • Sitemap
Copyright © 2026 All Rights Reserved.
  • All

  • 30u30

  • ASR

  • ChatGPT

  • GNN

  • IDE

  • RAG

  • agent-skills

  • ai

  • ai-agent

  • ai-api

  • ai-api-management

  • ai-client

  • ai-coding

  • ai-demos

  • ai-deploy

  • ai-development

  • ai-framework

  • ai-image

  • ai-image-demos

  • ai-inference

  • ai-leaderboard

  • ai-library

  • ai-rank

  • ai-serving

  • ai-tools

  • ai-train

  • ai-video

  • ai-workflow

  • AIGC

  • algorithms

  • alibaba

  • amazon

  • android

  • anthropic

  • audio

  • aws

  • biology

  • blog

  • book

  • bytedance

  • chatbot

  • chatgpt

  • chemistry

  • claude

  • claude-code

  • cli

  • code

  • codex

  • copilot

  • course

  • cuda

  • cursor

  • deepmind

  • deepseek

  • depth

  • devops

  • diffusers

  • docker

  • drug-discovery

  • electron

  • embeddings

  • engineering

  • evaluation

  • facebook

  • finance

  • flow-matching

  • foundation

  • foundation-model

  • gemini

  • gemini-cli

  • gemma

  • genomics

  • gitHub

  • github

  • go

  • google

  • gradient-booting

  • grok

  • groq

  • huggingface

  • image

  • ios

  • java

  • javascript

  • json

  • kimi

  • llama.cpp

  • LLM

  • llm

  • lora

  • mLOps

  • math

  • mcp

  • mcp-client

  • mcp-server

  • meta-ai

  • meta-pytorch

  • metal

  • microsoft

  • mlops

  • mobile

  • multilingual

  • multimodal

  • mysql

  • NLP

  • nlp

  • nodejs

  • numpy

  • nvidia

  • ocr

  • ollama

  • openai

  • opencode

  • pandas

  • paper

  • physics

  • pi

  • plugin

  • polars

  • postgres

  • privacy

  • prompt-engineering

  • pwa

  • python

  • pytorch

  • qwen

  • react

  • reasoning

  • RL

  • robotics

  • rust

  • science

  • security

  • segmentation

  • shodan

  • skillkit

  • sora

  • speech

  • sqlite

  • ssh

  • stt

  • swe

  • tensorrt

  • terminal

  • transformers

  • translation

  • tts

  • tutorial

  • typescript

  • vibe-coding

  • video

  • vision

  • vllm

  • voice

  • windsurf

  • xAI

  • xai

GitHub
AI Infra·2010
Icon for item

Elasticsearch

Elastic

Distributed search and analytics engine and vector database built on Lucene that enables near-real-time full-text and vector search, indexing, and analytics over large datasets. Provides vector embeddings support, REST APIs, RAG-friendly features, and deployment options including Elastic Cloud and Docker.

#java#github#embeddings#RAG#ai-serving+1
Hugging Face
AI Model·2018
Icon for item

Hugging Face — Transformers

Hugging Face

Turns model definitions into a shared layer across training and inference stacks, covering text, vision, audio, video, and multimodal models. Pipelines, Trainer, and generation APIs make pretrained models usable without locking teams to one framework.

#huggingface#nlp#pytorch#python#llm+4
GitHub
AI Infra·2019
Icon for item

Milvus

Zilliz, LF AI & Data Foundation

Runs approximate nearest-neighbor search over billions of vector embeddings, separating compute from storage so reads and writes scale independently. Offers HNSW, IVF, DiskANN, and GPU CAGRA indexes plus hybrid dense+sparse and BM25 retrieval.

#embeddings#RAG#ai-serving#ai-inference#python+2
GitHub
AI Infra·2019
Icon for item

Supabase

Supabase

Provides a hosted or self-hosted Postgres platform that exposes database, auth, realtime subscriptions, file storage, serverless functions, and auto-generated REST/GraphQL APIs. Includes an AI & vector/embeddings toolkit and modular client libraries for building web, mobile and AI applications without stitching multiple vendors.

#postgres#embeddings#ai#ai-development#typescript+2
GitHub
AI Client·2021
Icon for item

khoj

Khoj AI (khoj-ai)

Self-hostable personal “AI second brain” that turns web pages and documents into a searchable knowledge base, builds custom agents and automations, and connects to local or cloud LLMs with multi-platform access.

#github#chatbot#llm#RAG#embeddings+3
Hugging Face
AI Dataset·2022
Icon for item

Wikimedia / Wikipedia (HuggingFace dataset)

Wikimedia

Provides cleaned, per-language snapshots of Wikipedia articles (id, url, title, text) packaged as Hugging Face dataset configs (Parquet). Covers 300+ language configs and dated dumps — useful for language modeling, multilingual NLP, retrieval, and RAG pipelines.

#huggingface#multilingual#nlp#LLM#transformers+2
GitHub
AI Coding Tutorials·2022
Icon for item

openai-cookbook

OpenAI

Official collection of example notebooks and guides for building with the OpenAI API — text generation, embeddings, function calling, RAG, fine-tuning, and more. Mostly runnable Jupyter notebooks (~93%); mirrored at cookbook.openai.com.

#openai#gitHub#ai-api#tutorial#python+3
GitHub
AI Agent·2022
Icon for item

CowAgent

zhayujie, LinkAI

Framework for building multi-channel AI assistants that autonomously plan tasks, invoke tools/skills, and keep long-term memory; supports many LLM providers and channels (WeChat, Feishu, QQ, web) for local or server 24/7 deployment.

#agent-skills#ai-agent#chatbot#python#docker+5
AI Agent·2022
Icon for item

LangChain: Observe, Evaluate, and Deploy Reliable AI Agents

Harrison Chase, Ankush Gola +1·LangChain, Inc.

Build, run, and monitor LLM agents across one stack: an open framework for chaining models and tools, LangGraph for stateful agent orchestration, and LangSmith for tracing, evaluation, and deployment in production.

#llm#RAG#embeddings#ai-agent#ai-framework+3
GitHub
AI Agent·2022
Icon for item

LangChain

langchain-ai

Build LLM-powered agents and applications from modular components: provider-agnostic model abstractions, tool integrations, retrievers for RAG, and agent orchestration primitives. Suited for prototyping and production agent workflows; requires developer wiring and dependency management.

#LLM#ai-library#agent-skills#RAG#embeddings+5
GitHub
AI Agent·2022
Icon for item

LlamaIndex

LlamaIndex (run-llama), Jerry Liu·LlamaIndex

Connects LLMs to private and domain-specific data with ingestion, indexing, and retrieval primitives for RAG and agentic apps. Centers on document parsing via LlamaParse for 90+ file formats, schema-based extraction, and composable queries.

#ocr#agent-skills#RAG#llm#embeddings+5
GitHub
AI Agent·2023
Icon for item

PaperQA2

Future-House·FutureHouse

Runs an agentic RAG loop over scientific papers: searches literature, gathers and re-ranks evidence chunks, then answers with in-text citations. Adds metadata-aware embeddings, retraction checks, and contradiction detection across full PDFs.

#RAG#paper#github#embeddings#llm+4
  • Previous
  • 1
  • 2
  • 3
  • More pages
  • 9
  • 10
  • Next