Collin Forrester
Collin Forrester
Still narrowing it down... but I think my suspicions were right - When I link to https://cdn.jsdelivr.net/npm/[email protected]/build/ng-admin.min.js using a regular tag in index.html, the same code works.
@NadavK I don't have a solution for the opened issue (which I also need solved). But your error is because you don't have `targetField('id')` in a field definition: `targetField(nga.field('id'))` I...
Rereading through Main.java, I see the username/password stuff now.
I got a similar error with this provider. `PermissionDenied: 403 Permission 'discoveryengine.servingConfigs.search' denied on resource` from ``` retrieval_qa = RetrievalQA.from_chain_type( llm=llm, chain_type="stuff", retriever=retriever ) ``` The data store is global,...
Well as I get more familiar with it, I might be putting in some feature requests.. or maybe contributing a little, its a nice setup.
Could you try 0.0.2 and see if it works any better for you? I'm testing on node 0.10.12