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

Create a local tool to index developer documentation #490

Open
kaavee315 opened this issue Aug 27, 2024 · 9 comments
Open

Create a local tool to index developer documentation #490

kaavee315 opened this issue Aug 27, 2024 · 9 comments

Comments

@kaavee315
Copy link
Contributor

Create a local tool to index developer documentation of any tool/API.
It is very similar to Cursor, which the agent can give
Example: I can give https://docs.composio.dev/ and it should index
the docs for Composio.

@Pragati1466
Copy link

working on it

@Karush2807
Copy link

Karush2807 commented Oct 1, 2024

can anyone explain the issue?
like i am not getting at all

it will allow users to easily search and retrieve information from the documentation, is it like this something or what?

@Pragati1466
Copy link

i have worked upon already but not reviewed yet

@Karush2807
Copy link

i have worked upon already but not reviewed yet

ohh is it :)
no problem

@mandrita16
Copy link

Crawling Documentation Pages: This stage involves compiling all pertinent links from the documentation site (https://docs.composio.dev/, for example) so that these pages can be indexed for search capabilities at a later time.Making a Request: An HTTP GET request is sent to the specified documentation URL by the requests library. This makes an attempt to download the page's HTML content.Examining the Response: The content of the page is processed if the request is successful (that is, if the server provides a status code of 200, indicating that the page was correctly fetched).HTML parsing: The page's HTML content is parsed using the BeautifulSoup library to create a navigable structure. This enables the application to examine and extract particular elements from the page, like links.

@Shaik-mohd-huzaifa
Copy link

Assign me this issuoooo!

@mandrita16
Copy link

Assign me to this issue

@Acuspeedster
Copy link

can somebody please assign this to me

@hustler0109
Copy link

Assign me to this issue

Create a local tool to index developer documentation of any tool/API. It is very similar to Cursor, which the agent can give Example: I can give https://docs.composio.dev/ and it should index the docs for Composio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants