run-llama / create-llama

The easiest way to get started with LlamaIndex
MIT License
803 stars 98 forks source link

backend: config/loaders.yaml #270

Closed lambdaofgod closed 1 week ago

lambdaofgod commented 1 week ago

When I run poetry run generate I get

FileNotFoundError: [Errno 2] No such file or directory: 'config/loaders.yaml'

Where can I find information on this file?

marcusschiesser commented 1 week ago

config/loaders.yaml is usually generated by create-llama - what configuration did you use?

lambdaofgod commented 1 week ago

I created the project without any example data.

leehuwuj commented 1 week ago

the loader.yml config file is generated dynamically depending on the data source you pick. If you select no data source then you don't need to run poetry run generate