When indexing the codebase will it look at the vendor files and give specific responses based on the installed framework?
If you setup your own Azure instance can it be trained on newer releases?
Does the docs feature help at all for this?
1 Like
This is very, very useful. But how does Cursor AI handle this? I mean, the Laravel documentation is huge and probably can’t fit into the context of any LLM.
You’re right. Most LLMs don’t have a context window that big. One way to get around this is Retrieval Augmented Generation (RAG). I believe Cursor uses this for the @codebase feature too.