Skip to content

[Framework Proposal] LlamaIndex #301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
5 of 9 tasks
dnielsen opened this issue May 7, 2025 · 0 comments
Open
5 of 9 tasks

[Framework Proposal] LlamaIndex #301

dnielsen opened this issue May 7, 2025 · 0 comments
Assignees
Labels
framework For Issues Related to Agentic Frameworks

Comments

@dnielsen
Copy link
Contributor

dnielsen commented May 7, 2025

Framework Proposal

Description

AllyCat demo for users of LlamaIndex

Use Cases

Those using LlamaIndex want to use tools too. For example, using LlamaIndex, which AllyCat already uses, it could use the Google Search API and Wikipedia API tools to add functionality to the AllyCat Q&A capability.

Proposed Integration

Outline the proposed integration approach, including:

  • Similar to issue [Framework Proposal] The non-framework integration #300 - 'The non-framework integration'
  • When a user asks a question of thealliance.ai website using AllyCat, it could use LlamaIndex to use the LLM to identify the primary subject and then use the Gofannon Wikipedia tool to search for it on Wikipedia and then display the response next to the primary RAG answer.
  • Also, it could use that key subject as an input for Google search, and use the Gofannon Google Search tool to find a list of related links.
  • This could be a great way to educate new AI developers how to add tools to their LlamaIndex-based app

Documentation

Where should the documentation for this framework be placed? (e.g., docs/new_framework/)

Additional Context

Here is AllyCat running in a Google Cloud Run container (give it a minute to load) https://allycat-293510350011.us-central1.run.app/


Contribution Checklist

  • I have read the CONTRIBUTING.md guide
  • I have checked that this framework doesn't already exist in the repository
  • I have followed the single responsibility principle
  • [] I have designed a simple and intuitive integration interface
  • I have considered error handling and logging
  • I have outlined clear use cases
  • I have considered documentation requirements

Development Plan

Outline your plan for implementing this framework integration, including:

@dnielsen dnielsen added the framework For Issues Related to Agentic Frameworks label May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework For Issues Related to Agentic Frameworks
Projects
Status: No status
Development

No branches or pull requests

2 participants