Find answers from the community

Home
Members
Long Drink
L
Long Drink
Offline, last seen 3 months ago
Joined September 25, 2024
L
Long Drink
·

Discord

I would imagine at the level LlamaIndex is trying to play at, with enterprise features and everything, there would be someone here to engage at all times.
1 comment
L
Are the Llama Packs included in LlamaIndex.ts?
2 comments
L
T
Do you know anything about what I asked up a ways? I've been at a standstill for a bit lol
3 comments
L
L
By the way do you all take docs contributions? I figure I should help put if I'm going to be using this so much haha
3 comments
L
L
Anything specific you see that's sticking out that might be making the agent not stick? I keep getting this response:

Plain Text
{"response":{"response":"I'm sorry, but I cannot provide an answer without knowing the specific endpoint you are referring to. Endpoints can vary depending on the context, such as a URL for a web service or API.","sources":[],"source_nodes":[]}}


Here's the API. Also these requirements for Discord Nitro to send long messages are about to radicalize me to terrostic act 🥴
11 comments
L
L
4 comments
L
L
I'm looking here, but I can't seem to see where I would actually configure connections for things like Salesforce accounts that would be queried
5 comments
L
L
Trying to fix this:

Plain Text
@app.post("/query")
def query(query: str = Body(..., embed=True)):
    response = composable_graph.search(query)
    return {"response": response.response}

if __name__ == "__main__":
    import uvicorn
    uvicorn.run(app, host="0.0.0.0", port=8000)


Getting this:

Plain Text
        if not self.create and original is DEFAULT:
>           raise AttributeError(
                "%s does not have the attribute %r" % (target, name)
            )
E           AttributeError: <llama_index.core.indices.composability.graph.ComposableGraph object at 0x7fce4d9bbd60> does not have the attribute 'search'

/usr/local/python/3.10.13/lib/python3.10/unittest/mock.py:1420: AttributeError
================================ warnings summary ================================
tests.py::test_ingest
  /home/codespace/.local/lib/python3.10/site-packages/httpx/_client.py:680: DeprecationWarning: The 'app' shortcut is now deprecated. Use the explicit style 'transport=WSGITransport(app=...)' instead.
    warnings.warn(message, DeprecationWarning)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
============================ short test summary info =============================
FAILED tests.py::test_query - AttributeError: <llama_index.core.indices.composability.graph.ComposableGraph...
===================== 1 failed, 1 passed, 1 warning in 3.51s =====================
10 comments
L
L
Is there any way that Llama index would allow me to setup chat outputs where if someone asked a data oriented question that it formated with something like this?

https://www.material-tailwind.com/docs/react/plugins/charts
7 comments
v
L
L
Long Drink
·

LlamaCloud

How does one get access to LlamaCloud?
1 comment
W
Hey everyone, I'm trying to test this FastAPI I built and I was hoping I could get your all's help. I keep getting these errors.

Here's the codespace:

https://codespaces.new/Bloom-Assistant/api.getbloom.ai/tree/codespacers
2 comments
L
Ngl depreciating a resource people use while keeping it live is such a terrible way to provide a decent developer experience
20 comments
L
C
L
1 comment
W
@Teemu Can Llama index use any OpenAI compliant tool? Like this one:

https://api.getmerlin.in/#pricing
1 comment
W