Dieses Projekt ist ein KI-System für den Rechtsbereich, das einen Sprachmodell-Assistenten bereitstellt, der auf einer Retrieval-Augmented-Generation-Wissensbasis basiert. Es ermöglicht Benutzern, vektorbasierte rechtliche Suchen durchzuführen und fundierte Antworten auf rechtliche Fragen zu erhalten.
Die Hauptfunktionen von lvwzhen/law-cn-ai sind: Legal Domain Assistants, RAG Context Retrieval, Vector Similarity Search, Chinese Legal Knowledge Retrieval, RAG-Based, Legal Knowledge Bases, Local Knowledge Base Indexers, RAG Index Builders.
Open-Source-Alternativen zu lvwzhen/law-cn-ai sind unter anderem: xiangsx/gpt4free-ts — gpt4free-ts is a TypeScript-based LLM API proxy and gateway that provides a unified interface for accessing large… nmslib/hnsw — This project is a C++ vector similarity engine and implementation of the Hierarchical Navigable Small World algorithm.… nmslib/hnswlib — hnswlib is a header-only C++ library and vector indexing engine designed for high-dimensional approximate nearest… future-house/paper-qa — Paper-qa is a retrieval augmented generation system designed for question answering and analysis of scientific… langchain-ai/rag-from-scratch — This project is an educational implementation guide and framework for building Retrieval Augmented Generation systems.… alibaba/zvec — zvec is an embedded vector database engine and indexing library designed for high-dimensional similarity search. It…
gpt4free-ts is a TypeScript-based LLM API proxy and gateway that provides a unified interface for accessing large language models without paid subscriptions or official API keys. It functions as a containerized AI bridge that routes requests to various free third-party providers to retrieve chat completions. The project acts as an OpenAI API wrapper, translating requests and responses into the standard OpenAI chat completions format to ensure compatibility with existing AI tools. It utilizes a provider-based routing system to distribute request loads across available endpoints. The gateway s
hnswlib is a header-only C++ library and vector indexing engine designed for high-dimensional approximate nearest neighbor search. It organizes large collections of embeddings into a searchable graph structure to enable rapid proximity queries and distance calculations. The system utilizes Hierarchical Navigable Small World graphs to achieve fast vector similarity search. It distinguishes itself by allowing the definition of custom distance metrics and similarity functions to adapt calculations to specific data requirements. The engine covers the full indexing lifecycle, including incrementa
This project is a C++ vector similarity engine and implementation of the Hierarchical Navigable Small World algorithm. It provides a header-only library for performing approximate nearest neighbor searches in high-dimensional spaces, alongside Python bindings that expose these indexing and search capabilities to data science environments. The engine enables real-time embedding retrieval and high-dimensional similarity search using a multi-layered graph structure to balance search speed and accuracy. It supports custom distance metrics to calculate similarity between vectors in various mathema
Paper-qa is a retrieval augmented generation system designed for question answering and analysis of scientific literature and technical documents. It functions as an LLM-powered research assistant that extracts grounded answers and summaries with citations from a document library. The system utilizes an agentic RAG orchestrator to iteratively refine search queries and gather evidence through multi-step tool calling. It features a multimodal document parser that extracts text, tables, and images from PDFs, alongside a vector-based indexer that embeds and caches document libraries for efficient