Use your Neovim like using Cursor AI IDE!
51 matches across 9 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | README.md | 925 | > export ANTHROPIC_API_KEY=your-api-key |
| HIGH | README.md | 931 | > export OPENAI_API_KEY=your-api-key |
| HIGH | README.md | 937 | > export AZURE_OPENAI_API_KEY=your-api-key |
| HIGH | README.md | 1154 | export MORPH_API_KEY="your-api-key" |
| HIGH | README_zh.md | 631 | > export ANTHROPIC_API_KEY=your-api-key |
| HIGH | README_zh.md | 637 | > export OPENAI_API_KEY=your-api-key |
| HIGH | README_zh.md | 643 | > export AZURE_OPENAI_API_KEY=your-api-key |
| HIGH | lua/avante/init.lua | 52 | --- export ANTHROPIC_API_KEY=your-api-key |
| HIGH | lua/avante/init.lua | 53 | --- export OPENAI_API_KEY=your-api-key |
| HIGH | lua/avante/init.lua | 54 | --- export AZURE_OPENAI_API_KEY=your-api-key |
| HIGH | lua/avante/config.lua | 144 | --- export MORPH_API_KEY="your-api-key" |
| HIGH | doc/avante.txt | 52 | export ANTHROPIC_API_KEY=your-api-key |
| HIGH | doc/avante.txt | 53 | export OPENAI_API_KEY=your-api-key |
| HIGH | doc/avante.txt | 54 | export AZURE_OPENAI_API_KEY=your-api-key |
| HIGH | doc/avante.txt | 342 | export MORPH_API_KEY="your-api-key" |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | py/rag-service/src/providers/factory.py | 20 | Initialize embedding model based on specified provider and configuration. Dynamically loads the provider modul |
| HIGH | py/rag-service/src/providers/factory.py | 104 | Create LLM model with the specified configuration. Dynamically loads the provider module based on the llm_prov |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | py/rag-service/src/main.py | 326 | # # Check if provider or model has changed |
| LOW | py/rag-service/src/main.py | 473 | # Check if the file was recently processed |
| LOW | py/rag-service/src/main.py | 487 | # Check if the text mainly contains printable characters |
| LOW | py/rag-service/src/main.py | 511 | # Check if document with same hash has already been successfully processed |
| LOW | py/rag-service/src/main.py | 1040 | # Check if resource already exists |
| LOW | py/rag-service/src/main.py | 1180 | # Check if the file path starts with the specified directory |
| LOW | py/rag-service/src/main.py | 1183 | # Check if directory is a parent of file_path |
| LOW | py/rag-service/src/services/indexing_history.py | 64 | # Check if record exists |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | py/rag-service/src/main.py | 94 | |
| LOW | py/rag-service/src/main.py | 502 | |
| LOW | py/rag-service/src/main.py | 613 | |
| LOW | py/rag-service/src/main.py | 1158 | |
| LOW | py/rag-service/src/main.py | 1174 | |
| LOW | py/rag-service/src/services/indexing_history.py | 106 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | py/rag-service/src/providers/factory.py | 61 | except Exception as err: |
| LOW | py/rag-service/src/providers/factory.py | 88 | except Exception as err: |
| LOW | py/rag-service/src/providers/factory.py | 149 | except Exception as e: |
| LOW | py/rag-service/src/providers/factory.py | 171 | except Exception as e: |
| MEDIUM | lua/avante/repo_map.lua | 154 | print("Error watching directory " .. project_root .. ":", err) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | lua/avante/suggestion.lua | 188 | L4: # just pass |
| MEDIUM | lua/avante/libs/acp_client.lua | 5 | ---Avante.nvim now supports the Agent Client Protocol (ACP) (https://agentclientprotocol.com/overview/introduction), ena |
| MEDIUM | .github/workflows/release.yaml | 99 | # TODO leverage AvanteBuild |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | py/rag-service/run.sh | 8 | # Create the target directory if it doesn't exist |
| MEDIUM | py/rag-service/src/main.py | 1173 | # Create a filter function to only include documents from the specified directory |
| MEDIUM | py/rag-service/src/main.py | 1207 | # Create a custom post processor |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | py/rag-service/src/main.py | 273 | def is_remote_resource_exists(url: str) -> bool: |
| LOW | py/rag-service/src/main.py | 909 | async def index_remote_resource_async(resource: Resource) -> None: |
| LOW | py/rag-service/src/main.py | 972 | async def index_local_resource_async(resource: Resource) -> None: |
| LOW | py/rag-service/src/main.py | 1334 | async def get_indexing_status_for_resource(request: IndexingStatusRequest): # noqa: D103, ANN201 |
| LOW | py/rag-service/src/services/resource.py | 29 | def update_resource_indexing_status(self, uri: str, indexing_status: str, indexing_status_message: str) -> None: |
| LOW | py/rag-service/src/services/indexing_history.py | 26 | def delete_indexing_status_by_document_id(self, document_id: str) -> None: |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | py/rag-service/src/main.py | 3 | |
| LOW | py/rag-service/src/providers/factory.py | 8 | |
| LOW | py/rag-service/src/libs/utils.py | 1 |