Skip to content

Semantic code search #13

Description

@barredterra

We currently have naive codebase search, as implemented in 0c090dd

https://github.com/alyf-de/ask_alyf/tree/codebase-indexing implements a local vector database (stored as JSON) through LlamaIndex with any-llm embeddings. This turned out to be not very performant: (re-)indexing takes a lot of time and search is pretty slow. It's also not very efficient, since every site reindexes roughly the same apps.

Idea for a more performant solution:

Alternative:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions