shbone opened a new issue, #291:
URL: https://github.com/apache/incubator-hugegraph-ai/issues/291

   ### Bug Type (问题类型)
   
   others (please comment below)
   
   ### Before submit
   
   - [x] I had searched in the 
[issues](https://github.com/apache/incubator-hugegraph-ai/issues) and found no 
similar issues.
   
   ### Environment (环境信息)
   
   - Server Version: v1.x.x
   - Toolchain Version: v1.x.x
   - Data Size: xx vertices, xx edges <!-- (like 1000W 点,9000W 边) -->>
   
   
   ### Expected & Actual behavior (期望与实际表现)
   
   follow the `docker/docker-compose-network.yml` deployment, hugegraph-rag 
container log
   ``` bash
   IsADirectoryError: [Errno 21] Is a directory: '/home/work/hugegraph-llm/.env'
   ```
   I think maybe this .env commad is wrong. 
   
https://github.com/apache/incubator-hugegraph-ai/blob/409fc12ee532455e5b165ec1f18179988e76c5d5/hugegraph-llm/README.md?plain=1#L33
   
   When we use `docker/docker-compose-network.yml`, we will find that no env 
file in `hugegraph-llm`,
   so we mount a empty directory 'hugegraph-llm/.env',not a configure file
   
   we should edit the `hugegraph-llm/README.md` as 
   ```bash
   cp docker/env.template hugraph-llm/.env
   ```
   maybe it will work better :)
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   ```javascript
   
   ```
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   ```javascript
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to