-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No options appear under Config #348
Comments
Thanks for the issue! Can you share more information about what |
Hello, Run:AI is a Kubernetes-based software platform that automates the allocation of compute power to users. It's designed to speed up data science initiatives by: pooling available resources, dynamically allocating resources based on need, maximizing accessible compute, reducing operational costs, and automating resource management and orchestration. Run:AI's features include:
No error messages on the frontend dev console: Here is an image of the frontend where is says "No Config found" Here is an image of the Event History from Run.AI Here are the logs on the container: INFO: Will watch for changes in these directories: ['/Verba'] |
Thanks for the info! As I can see in the logs, you're getting |
Created an issue for it, will let you know once we fixed it! 🚀 #353 |
Description
I am attempting to stand up Weaviate and Verba using Run.AI job configuration. I have successfully done this using a Verba docker-compose.yml file, but was attempting to use the docker.io/semitechnologies/verba:latest option. I have no changed my Weaviate configuration. I am able to reach the Verba instance however the options under Config do not appear. Within Settings > Admin Panel this is the information under Weaviate Information:
Installation
If you installed via pip, please specify the version:
Weaviate Deployment
Configuration
Reader:
Chunker:
Embedder:
Retriever:
Generator:
Steps to Reproduce
AUTHENTICATION_ANONYMOUS_ACCESS_ENABLED = true
CLUSTER_HOSTNAME = node1
DEFAULT_VECTORIZER_MODULE = none
ENABLE_API_BASED_MODULES = true
PERSISTENCE_DATA_PATH = /var/lib/weaviate
QUERY_DEFAULTS_LIMIT = 25
DEFAULT_DEPLOYMENT = Custom
OLLAMA_URL = http://olama:11434
WEAVIATE_URL_VERBA = <weaviate_url>
Additional context
N/A
The text was updated successfully, but these errors were encountered: