Fatjoni
Fatjoni
I am binding a directory from another container with root ownership from a python Operator i need to delete one file in that directory. I cant make it. If i...
Firstly let me thank you for the awesome work you have been doing! Absolutely wonderful! I am trying to use this plugin for a real world application and i am...
Hi, Is there some way to have the automatic generated api-s to receive as a parameter the _id? In your examples you are constantly using attributes like names (strings) etc,...
Hi, This is the schema that i am posting to the database: ``` CALL graphql.idl(' type Car { registrationDate: String yearRegistration: Int @cypher(statement:"MATCH (this) WITH datetime(this.registrationDate) as year RETURN year.year")...
Hi, I have create a type this way: type Car { registrationDate: String yearRegistration: Int @cypher(statement:"MATCH (this) WITH datetime(this.registrationDate) as year RETURN year.year") price: Float mileage: Float power: Int nrOfSeats:...
Hello, I am trying to create a pptp connection through a base ubuntu image ( docker run -d -it --net=host --name ubuntu2 ubuntu:18.04) and everything works only if i use...
I know it is not in the list of official supported languages, but I am hoping since it has Latin characters it could somehow be. And if so, are the...
I am using the latest version and i get this error message while only trying to: from langchain.chains.chat_index.prompts import CONDENSE_QUESTION_PROMPT --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[5], line...
Hi, Maybe i am not implementing it the right way, i have managed to install the plugin as guided. I can show the map and pins on the screen but...