Ontotext-AD / langchain-graphdb-qa-chain-demo

Demo files for the GraphDB QA Chain in LangChain
2 stars 0 forks source link

Not able to see http://localhost:7200/repositories/langchain running #2

Open srikanthlakkoju opened 3 months ago

srikanthlakkoju commented 3 months ago

Error log:

2024-04-07 00:27:13 graphdb | Using GraphDB: http://localhost:7200/ 2024-04-07 00:27:13 graphdb | /run.sh: line 6: $'\r': command not found 2024-04-07 00:27:13 graphdb | /run.sh: line 7: syntax error near unexpected token $'{\r'' '024-04-07 00:27:13 graphdb | /run.sh: line 7:function startGraphDB { 2024-04-07 00:27:19 graphdb | /run.sh: line 4: $'\r': command not found 2024-04-07 00:27:19 graphdb | /run.sh: line 6: $'\r': command not found

srikanthlakkoju commented 3 months ago

How to fix this issue and move forword?

srikanthlakkoju commented 3 months ago

Issue fixed by

For WINDOWS (shell) users with Notepad++ (checked with v6.8.3) you can correct the specific file using the option

Edit -> EOL conversion -> Unix/OSX format

haniehkh18 commented 3 months ago

@srikanthlakkoju Hi I run windows and I have the same issue. Can you please explain how to solve it? We downloaded the ontology and run in on GraphDB, but still we have the same problem. Thanks