Justin Levi Winter
Justin Levi Winter
Seeing the same issues on 1.7.39 included via apollographql/graphql-playground-react
Yeah, in retrospect I totally understand the help text and the role requirement. My first instinct is that the requirement of creating a role first needs to be indicated more...
@e0ipso Thanks for the reminder about the documentation. I forgot D.O. actually had some good documentation for the JSON API. One follow up question though, creating a POST request to...
Running into this as well after following the instructions in the readme Next step would be to link assets for GraphiQL Explorer by executing: ``` php bin/console assets:install --symlink Now...
@dsantiago How would I control the final prompt based on that example? ``` qa_chain = create_qa_with_sources_chain(ChatOpenAI(temperature=0, model="gpt-3.5-turbo-0613")) doc_prompt = PromptTemplate( template="Content: {page_content}\nSource: {source}", input_variables=["page_content", "source"], ) final_qa_chain = StuffDocumentsChain( llm_chain=qa_chain,...
Unfortunately I'm now seeing this error: ``` ➜ openbb xhost +$IP; docker compose run -e DISPLAY=$IP:0 openbb access control disabled, clients can connect from any host : MADV_DONTNEED does not...
I've also tried making the change in the terminal with the same result as before 
Thanks for the feedback. I'm just following along with the installation instructions here: https://docs.openbb.co/terminal/quickstart/installation?tab=docker#14-pull-and-run-the-container I was wondering about the `platform` property but didn't see anything in the docs. Unfortunately, when...
Sorry, I'm confused by your comment. Per the installation instructions, I'm downloading the docker-compose.yml file here: https://raw.githubusercontent.com/OpenBB-finance/OpenBBTerminal/main/build/docker/docker-compose.yaml The platform is set as `platform: linux/amd64` I'm unsure what you mean by:...
Would love to try this framework out, but this is currently a deal breaker for me.