Describe the bug
Flutter/Dart or Docker (i think shell scripts too) are not being indexed - only markdown files do.
I use nomic-embed-text-v1.5.f16.gguf and locally hosted qdrant.
Most importantly, when i used indexing feature on typescript codebase, it actually produced valid index in qdrant dashboard - meaning, my setup works. Logs show no crashes either.
To Reproduce
Just try to index/reindex the dart/yml repo - i only get, like, 4-6 blocks for a readme.md file.
Expected behavior
Whole codebase, including .dart, docker-compose files, shell scripts being used in index.
What version of zoo are you running
3.65.100200
Additional context
Would actually be great if it would be possible to select which file extensions to index (even without AST)
Describe the bug
Flutter/Dart or Docker (i think shell scripts too) are not being indexed - only markdown files do.
I use nomic-embed-text-v1.5.f16.gguf and locally hosted qdrant.
Most importantly, when i used indexing feature on typescript codebase, it actually produced valid index in qdrant dashboard - meaning, my setup works. Logs show no crashes either.
To Reproduce
Just try to index/reindex the dart/yml repo - i only get, like, 4-6 blocks for a readme.md file.
Expected behavior
Whole codebase, including .dart, docker-compose files, shell scripts being used in index.
What version of zoo are you running
3.65.100200
Additional context
Would actually be great if it would be possible to select which file extensions to index (even without AST)