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

MarkItDown Hosting Integration #338

Open
luisquintanilla opened this issue Dec 19, 2024 · 2 comments
Open

MarkItDown Hosting Integration #338

luisquintanilla opened this issue Dec 19, 2024 · 2 comments
Labels
help wanted Extra attention is needed integration A new .NET Aspire integration

Comments

@luisquintanilla
Copy link

.NET Aspire issue link

No response

Overview

MarkItDown makes it easy for developers to parse documents in varying formats. This is useful for a variety of scenarios, including AI data ingestion.

Provide an integration to make it easier to set up and use in Aspire.

The integration is dependent on microsoft/markitdown#133

Usage example

builder.AddMarkItDown(name: "doc-processor");

Additional context

No response

Help us help you

Yes, I'd like to be assigned to work on this item

@aaronpowell aaronpowell added integration A new .NET Aspire integration help wanted Extra attention is needed labels Dec 19, 2024
@aaronpowell
Copy link
Member

Just to confirm - this would be a hosting integration that would use a docker hosted version of MarkItDown and expose it via a REST endpoint right?

@luisquintanilla
Copy link
Author

Correct.

Once MarkItDown has a public container image, the Aspire integration would simplify the process of configuring it inside an Aspire project.

I expect the surface area of the REST API to be relatively minimal so the HttpClient should be fairly simple to create. Not sure how much a client integration would add here.

@luisquintanilla luisquintanilla changed the title MarkItDown Integration MarkItDown Hosting Integration Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed integration A new .NET Aspire integration
Projects
None yet
Development

No branches or pull requests

2 participants