A simple, powerful and highly-configurable Answer Engine.
Project description
AuxKnow 🛸
AuxKnow is an advanced, state-of-the-art, fully customizable Answer Engine library, built to streamline the integration of intelligent answering capabilities into your applications. With AuxKnow, you can deploy feature-rich Answer Engines with minimal effort. For detailed guidance, refer to the Usage Instructions section in the documentation.
Background
At The Hackers Playbook, we are committed to building cutting-edge AI infrastructure and platforms grown out of Bharat (India). AuxKnow represents a significant milestone in our mission to deliver robust, developer-friendly tools for crafting AI-driven solutions. We encourage you to explore, innovate, and share your insights to help us improve and evolve. We look forward to your participation in our mission, since we are largely community driven and believe in Open Source culture.
AuxKnow leverages the capabilities of Perplexity’s Sonar models to enable seamless integration of "Answer Engine" functionality. While Perplexity’s models provide the foundational technology, AuxKnow bridges the gap by delivering a highly configurable and user-friendly library to accelerate application development.
Key Features
-
Fully Customizable: Configure AuxKnow to align perfectly with your application’s requirements. Its flexibility ensures it can adapt to various use cases, from simple Q&A to complex contextual reasoning.
-
Dynamic Query Routing: Automatically route user queries to the most appropriate model, ensuring optimal performance and accuracy.
-
Intelligent Query Restructuring: AuxKnow restructures user queries to improve response quality, delivering more accurate and relevant answers.
-
Contextual Search: AuxKnow can either leverage predefined contexts or autonomously build its own context to ensure that answers remain grounded in relevant knowledge.
-
Session Management: Seamlessly manage user interactions, including access to session history, context updates, and session resets. Export session data for analytics and debugging.
-
Streaming Responses: Enable real-time, incremental response generation for an enhanced user experience.
-
Source Attribution: Responses include detailed citations, ensuring transparency and reliability by grounding answers in trustworthy sources.
Installation
Install AuxKnow with a single command:
pip install auxknow
Usage Instructions
To begin using AuxKnow, ensure you have the required API keys (OPENAI_API_KEY and PERPLEXITY_API_KEY) configured in a .env file in your project’s root directory.
Here is an example of how to get started:
from auxknow import AuxKnow
# Initialize the Answer Engine
engine = AuxKnow()
# Ask a question
response = engine.ask("What is the capital of France?")
# Print the response and its citations
print(response.answer)
print(response.citations)
Use Cases
AuxKnow is designed to cater to a wide range of scenarios, including:
-
Vertical AI Agents: Build domain-specific AI agents tailored to industries such as healthcare, education, finance, or technology.
-
Advanced Q&A Systems: Integrate robust answering capabilities into your applications, powered by state-of-the-art Sonar models.
-
Custom User Experiences: Create personalized and immersive experiences with AuxKnow’s flexible configuration and session management features.
-
AI Infrastructure: Enhance your AI or LLM platform with AuxKnow to deliver best-in-class answering capabilities to your users.
Contributing
We welcome contributions from developers around the globe. To get started, please review the Contributing Guidelines and submit your ideas, bug reports, or pull requests. Together, we can make AuxKnow even better.
License
AuxKnow is distributed under the AGPLv3 License. Refer to the LICENSE file for full details. Please also read the Terms of Use and Trademark.
Quote
"Knowledge is the foundation of progress." — The Hackers Playbook
Elevate your organization with AuxKnow and join us in redefining the future of AI-driven solutions.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file auxknow-0.0.3.tar.gz.
File metadata
- Download URL: auxknow-0.0.3.tar.gz
- Upload date:
- Size: 25.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
173a455f61e3418834c13fdb4d82a5628388e255df4f910c304f68f3e82364f0
|
|
| MD5 |
fa6dbe2b8e1be860af23317a093454f8
|
|
| BLAKE2b-256 |
8e621b8f00a5672e0e50586c26d1471b9846e771506c8ae7532ffe40a69f9c50
|
File details
Details for the file auxknow-0.0.3-py3-none-any.whl.
File metadata
- Download URL: auxknow-0.0.3-py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
448e4c5f5cd151f6c67e4c5a391bf7ace741c0e647444e8ffddcf0f574a353d4
|
|
| MD5 |
3f220e5eb8366b1f26da7ced6b079d21
|
|
| BLAKE2b-256 |
a355bc2c225fad0f91585f4fff63348db9d97d3ee55c0ef2eb784533fdcea88a
|