Skip to content
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

Add Ability for Agents to do Webpage Retrieval #108

Merged
merged 2 commits into from
May 2, 2024
Merged

Conversation

tmichaeldb
Copy link
Contributor

This PR uses our new Knowledge Base PUT endpoints to insert webpages into a Knowledge Base, and connect it to an agent using our new retrieval skill.

@tmichaeldb tmichaeldb self-assigned this May 2, 2024
@tmichaeldb tmichaeldb added the enhancement New feature or request label May 2, 2024
Copy link

github-actions bot commented May 2, 2024

Coverage

Coverage Report
FileStmtsMissCoverMissing
mindsdb_sdk
   agents.py1443576%21, 80, 88, 96, 99, 103, 105, 107, 109, 111, 181–188, 192, 197–201, 230, 235–239, 276–278, 299–301, 305–309
   databases.py42295%107, 134
   handlers.py39197%77
   jobs.py97793%41, 53, 81, 85, 147–150
   knowledge_bases.py1261588%58–61, 151, 155–162, 167–171, 250–253, 322, 339
   ml_engines.py42393%94, 126, 128
   models.py2111991%109, 140–141, 222, 231, 233, 303, 339, 348, 372, 403, 497, 505, 524, 540, 548, 573, 577, 590
   projects.py63198%167
   query.py13192%14
   skills.py53394%43, 45, 49
   tables.py1301588%140–142, 145, 165, 192, 203–204, 209, 224, 227, 321, 342–347, 356, 376
   views.py37295%105, 138
mindsdb_sdk/connectors
   rest_api.py1842189%16–26, 32–33, 48, 69–71, 92, 95, 102–105, 163–164
TOTAL126912590% 

Tests Skipped Failures Errors Time
16 0 💤 0 ❌ 0 🔥 9.102s ⏱️

Copy link
Contributor

@dusvyat dusvyat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@tmichaeldb tmichaeldb merged commit dd2684a into staging May 2, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants