ErrLookup › stanford-oval/storm
stanford-oval/storm
An LLM-powered knowledge curation system that researches a topic and generates a full-length report with citations. · Python · 40 source files
Analyzed at fb951af774 on 2026-08-28. 39 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| No valid OpenAI API provider is provided. Cannot use default | exception | critical | co-storm, llm-config, provider, initialization |
| Snippet index out of range | validation | error | index-out-of-range, snippets, validation |
| unexpected output: {action} | exception | error | co-storm, dspy, llm-output-parsing |
| Undefined predicted action in knowledge navigation. {predict | exception | error | co-storm, knowledge-navigation, llm-output-parsing |
| Child node with name {node_name} not found. | validation | error | co-storm, tree-navigation, node-not-found |
| Unknown action type: {action_type} | validation | error | co-storm, invalid-argument, navigation |
| Insert node error. Node {child_node_name} already exists und | exception | error | knowledge-tree, duplicate-node, insertion |
| Please provide an embedding model. | validation | error | python, vector-database, embeddings, configuration |
| Qdrant client is not initialized. | validation | error | python, qdrant, initialization, vector-database |
| Collection {self.collection_name} does not exist. Please cre | validation | error | python, qdrant, vector-database, missing-resource |
| Please provide an api key. | validation | error | python, qdrant, authentication, missing-env-var |
| Please provide a url for the Qdrant server. | validation | error | python, qdrant, configuration, missing-url |
| Error occurs when connecting to the server: {e} | validation | error | python, qdrant, network, connection-failed, error-wrapping |
| Please provide a folder path. | validation | error | python, qdrant, offline-mode, missing-required-parameter |
| Error occurs when loading the vector store: {e} | validation | error | python, qdrant, offline-mode, storage, error-wrapping |
| Error: Unable to retrieve results. Status code: {response.st | exception | error | python, web-search, http-status, rate-limit, api |
| You must supply a serper_search_api_key param or set environ | exception | error | python, serper, web-search, authentication, missing-env-var |
| Error had occurred while running the search process. Error | exception | error | network, search-api, serper, api-key, http |
| You must supply brave_search_api_key or set environment vari | exception | critical | configuration, api-key, missing-env-var, brave-search, initialization |
| You must supply searxng_api_url | exception | critical | configuration, searxng, self-hosted, missing-url, initialization |
| You must supply google_cse_id or set the GOOGLE_CSE_ID envir | exception | error | google-search, env-var, configuration, storm |
| AzureAISearch requires `pip install azure-search-documents`. | exception | error | azure, optional-dependency, import-error, pip-install |
| You must supply azure_ai_search_api_key or set environment v | exception | error | azure, env-var, configuration, api-key |
| You must supply azure_ai_search_url or set environment varia | exception | error | azure, env-var, configuration, endpoint-url |
| You must supply azure_ai_search_index_name or set environmen | exception | error | azure, env-var, configuration, index-name |
| Qdrant client is not initialized. | exception | error | qdrant, vector-db, null-argument, internal-api |
| Please provide an api key. | exception | error | qdrant, env-var, api-key, vector-db |
| Please provide a url for the Qdrant server. | exception | error | qdrant, configuration, missing-url, vector-db |
| Error occurs when connecting to the server: {e} | exception | error | qdrant, connection, network, vector-db |
| Please provide a folder path. | exception | error | qdrant, vector-store, missing-argument, validation |
| Error occurs when loading the vector store: {e} | exception | error | qdrant, offline-store, wrapped-exception, initialization |
| Please provide a collection name. | exception | error | qdrant, collection, missing-argument, validation |
| Please provide a file path. | exception | error | csv, missing-argument, file-path, validation |
| Not valid file format. Please provide a csv file. | exception | error | csv, file-format, validation |
| Please provide the name of the content column. | exception | error | csv, column-name, missing-argument, validation |
| Please provide the name of the url column. | exception | error | csv, column-name, missing-argument, validation |
| Invalid vector_db_mode. Please provide either 'online' or 'o | exception | error | qdrant, mode, invalid-value, validation |
| Content column {content_column} not found in the csv file. | exception | error | csv, pandas, column-name, validation |
| URL column {url_column} not found in the csv file. | exception | error | python, pandas, csv, schema-validation, data-ingestion, vector-store |