interactivequizplatform
https://github.com/gopal-prakash-codes/interactivequizplatform
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: gopal-prakash-codes
- Language: Python
- Default Branch: main
- Size: 6.68 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Haystack is an end-to-end LLM framework that allows you to build applications powered by LLMs, Transformer models, vector search and more. Whether you want to perform retrieval-augmented generation (RAG), document search, question answering or answer generation, Haystack can orchestrate state-of-the-art embedding models and LLMs into pipelines to build end-to-end NLP applications and solve your use case.
Installation
The simplest way to get Haystack is via pip:
sh
pip install haystack-ai
Install from the main branch to try the newest features:
sh
Haystack supports multiple installation methods including Docker images. For a comprehensive guide please refer to the documentation.
Documentation
Features
[!IMPORTANT] - Technology agnostic: Allow users the flexibility to decide what vendor or technology they want and make it easy to switch out any component for another. Haystack allows you to use and compare models available from OpenAI, Cohere and Hugging Face, as well as your own local models or models hosted on Azure, Bedrock and SageMaker. - Explicit: Make it transparent how different moving parts can “talk” to each other so it's easier to fit your tech stack and use case. - Flexible: Haystack provides all tooling in one place: database access, file conversion, cleaning, splitting, training, eval, inference, and more. And whenever custom behavior is desirable, it's easy to create custom components. - Extensible: Provide a uniform and easy way for the community and third parties to build their own components and foster an open ecosystem around Haystack.
Some examples of what you can do with Haystack:
- Build retrieval augmented generation (RAG) by making use of one of the available vector databases and customizing your LLM interaction, the sky is the limit 🚀
- Perform Question Answering in natural language to find granular answers in your documents.
- Perform semantic search and retrieve documents according to meaning.
- Build applications that can make complex decisions making to answer complex queries: such as systems that can resolve complex customer queries, do knowledge search on many disconnected resources and so on.
- Scale to millions of docs using retrievers and production-scale components.
- Use off-the-shelf models or fine-tune them to your data.
- Use user feedback to evaluate, benchmark, and continuously improve your models.
Owner
- Login: gopal-prakash-codes
- Kind: user
- Repositories: 1
- Profile: https://github.com/gopal-prakash-codes
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it using these metadata." title: "Haystack: the end-to-end NLP framework for pragmatic builders" date-released: 2019-11-14 url: "https://github.com/deepset-ai/haystack" authors: - family-names: Pietsch given-names: Malte - family-names: Möller given-names: Timo - family-names: Kostic given-names: Bogdan - family-names: Risch given-names: Julian - family-names: Pippi given-names: Massimiliano - family-names: Jobanputra given-names: Mayank - family-names: Zanzottera given-names: Sara - family-names: Cerza given-names: Silvano - family-names: Blagojevic given-names: Vladimir - family-names: Stadelmann given-names: Thomas - family-names: Soni given-names: Tanay - family-names: Lee given-names: Sebastian
GitHub Events
Total
- Push event: 10
- Create event: 2
Last Year
- Push event: 10
- Create event: 2
Dependencies
- Jinja2 *
- haystack-experimental *
- lazy-imports *
- more-itertools *
- networkx *
- numpy *
- openai >=1.56.1
- pandas *
- posthog *
- pydantic *
- python-dateutil *
- pyyaml *
- requests *
- tenacity !=8.4.0
- tqdm *
- typing_extensions >=4.7