MCPcopy Create free account

hub / github.com/braincrew-lab/langconnect-client / functions

Functions383 in github.com/braincrew-lab/langconnect-client

FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
next-connect-ui/src/components/ui/sheet.tsx:84
FunctionSheetOverlay
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Overlay>)
next-connect-ui/src/components/ui/sheet.tsx:31
FunctionSheetPortal
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Portal>)
next-connect-ui/src/components/ui/sheet.tsx:25
FunctionSheetTitle
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>)
next-connect-ui/src/components/ui/sheet.tsx:104
FunctionSheetTrigger
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>)
next-connect-ui/src/components/ui/sheet.tsx:13
FunctionSidebar
({ side = "left", variant = "sidebar", collapsible = "offcanvas", className, children, ...props }:
next-connect-ui/src/components/ui/sidebar.tsx:154
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<"div">)
next-connect-ui/src/components/ui/sidebar.tsx:371
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<"div">)
next-connect-ui/src/components/ui/sidebar.tsx:346
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<"div">)
next-connect-ui/src/components/ui/sidebar.tsx:385
FunctionSidebarGroupAction
({ className, asChild = false, ...props }: React.ComponentProps<"button"> & { asChild?: boolean })
next-connect-ui/src/components/ui/sidebar.tsx:417
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<"div">)
next-connect-ui/src/components/ui/sidebar.tsx:440
FunctionSidebarGroupLabel
({ className, asChild = false, ...props }: React.ComponentProps<"div"> & { asChild?: boolean })
next-connect-ui/src/components/ui/sidebar.tsx:396
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<"div">)
next-connect-ui/src/components/ui/sidebar.tsx:335
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
next-connect-ui/src/components/ui/sidebar.tsx:321
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<"main">)
next-connect-ui/src/components/ui/sidebar.tsx:307
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<"ul">)
next-connect-ui/src/components/ui/sidebar.tsx:454
FunctionSidebarMenuAction
({ className, asChild = false, showOnHover = false, ...props }: React.ComponentProps<"button"> & { a
next-connect-ui/src/components/ui/sidebar.tsx:548
FunctionSidebarMenuBadge
({ className, ...props }: React.ComponentProps<"div">)
next-connect-ui/src/components/ui/sidebar.tsx:580
FunctionSidebarMenuButton
({ asChild = false, isActive = false, variant = "default", size = "default", tooltip, className,
next-connect-ui/src/components/ui/sidebar.tsx:498
FunctionSidebarMenuItem
({ className, ...props }: React.ComponentProps<"li">)
next-connect-ui/src/components/ui/sidebar.tsx:465
FunctionSidebarMenuSkeleton
({ className, showIcon = false, ...props }: React.ComponentProps<"div"> & { showIcon?: boolean })
next-connect-ui/src/components/ui/sidebar.tsx:602
FunctionSidebarMenuSub
({ className, ...props }: React.ComponentProps<"ul">)
next-connect-ui/src/components/ui/sidebar.tsx:640
FunctionSidebarMenuSubButton
({ asChild = false, size = "md", isActive = false, className, ...props }: React.ComponentProps<"a">
next-connect-ui/src/components/ui/sidebar.tsx:669
FunctionSidebarMenuSubItem
({ className, ...props }: React.ComponentProps<"li">)
next-connect-ui/src/components/ui/sidebar.tsx:655
FunctionSidebarProvider
({ defaultOpen = true, open: openProp, onOpenChange: setOpenProp, className, style, children, ..
next-connect-ui/src/components/ui/sidebar.tsx:56
FunctionSidebarRail
({ className, ...props }: React.ComponentProps<"button">)
next-connect-ui/src/components/ui/sidebar.tsx:282
FunctionSidebarSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
next-connect-ui/src/components/ui/sidebar.tsx:357
FunctionSidebarTrigger
({ className, onClick, ...props }: React.ComponentProps<typeof Button>)
next-connect-ui/src/components/ui/sidebar.tsx:256
FunctionSignIn
()
next-connect-ui/src/app/(auth)/signin/page.tsx:15
FunctionSignUp
()
next-connect-ui/src/app/(auth)/signup/page.tsx:16
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
next-connect-ui/src/components/ui/skeleton.tsx:3
FunctionTabs
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
next-connect-ui/src/components/ui/tabs.tsx:8
FunctionTabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
next-connect-ui/src/components/ui/tabs.tsx:53
FunctionTabsList
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.List>)
next-connect-ui/src/components/ui/tabs.tsx:21
FunctionTabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
next-connect-ui/src/components/ui/tabs.tsx:37
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
next-connect-ui/src/components/ui/textarea.tsx:5
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
next-connect-ui/src/providers/theme-provider.tsx:9
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
next-connect-ui/src/components/ui/tooltip.tsx:21
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
next-connect-ui/src/components/ui/tooltip.tsx:37
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
next-connect-ui/src/components/ui/tooltip.tsx:8
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
next-connect-ui/src/components/ui/tooltip.tsx:31
FunctionUploadDocumentModal
({ open, onOpenChange, collections, onSuccess }: UploadDocumentModalProps)
next-connect-ui/src/components/modals/upload-document-modal.tsx:39
Method__aenter__
(self)
tests/conftest.py:51
Method__aexit__
(self, exc_type, exc, tb)
tests/conftest.py:54
Method__init__
(self, base_url: str, token: str)
mcpserver/mcp_sse_server.py:180
Method__init__
(self, base_url: str, token: str)
mcpserver/mcp_server.py:98
Method__init__
Initialize the AuthenticatedUser. Args: user_id: Unique identifier for the user. display_name: Display name for the u
langconnect/auth.py:20
Method__init__
Initialize the collection manager with a user ID.
langconnect/database/collections.py:39
Method__init__
Initialize the collection by collection ID.
langconnect/database/collections.py:282
Method__init__
(self, data)
tests/conftest.py:37
Method__init__
(self, response_data)
tests/conftest.py:48
Function_dummy_request
(method, endpoint, **kwargs)
tests/conftest.py:28
Function_setter
(response_data)
tests/conftest.py:27
Functionadd_documents
Add a text document to a collection.
mcpserver/mcp_sse_server.py:316
Functionadd_documents
Add a text document to a collection. This function adds a new text document to an existing collection. The document text will be processed, c
mcpserver/mcp_server.py:341
Methodapply_metadata_filter
Apply metadata filter to search results.
langconnect/database/collections.py:506
Functionauthorize
(credentials)
next-connect-ui/src/lib/auth.ts:52
Functionclear_env
(monkeypatch)
tests/conftest.py:13
Functionclose_db_pool
Close the pg connection pool.
langconnect/database/connection.py:37
Functioncollections_create
Creates a new PGVector collection by name with optional metadata.
langconnect/api/collections.py:18
Functioncollections_delete
Deletes a specific PGVector collection by name.
langconnect/api/collections.py:55
Functioncollections_get
Retrieves details (name and UUID) of a specific PGVector collection.
langconnect/api/collections.py:40
Functioncollections_list
Lists all available PGVector collections (name and UUID).
langconnect/api/collections.py:32
Functioncollections_update
Updates a specific PGVector collection's name and/or metadata.
langconnect/api/collections.py:65
Functioncreate_collection
Create a new collection.
mcpserver/mcp_sse_server.py:274
Functioncreate_collection
Create a new collection. This function creates a new document collection in the system. Collections are containers that hold related document
mcpserver/mcp_server.py:242
Methoddelete
Delete a collection by UUID. Returns number of rows deleted (1). Raises 404 if no such collection.
langconnect/database/collections.py:255
Functiondelete_collection
Delete a collection and all its documents.
mcpserver/mcp_sse_server.py:289
Functiondelete_collection
Delete a collection and all its documents. This function permanently removes a collection and all documents contained within it from the syst
mcpserver/mcp_server.py:277
Functiondelete_document
Delete a document from a collection.
mcpserver/mcp_sse_server.py:344
Functiondelete_document
Delete a document from a collection. This function permanently removes a specific document and all its associated chunks from a collection. T
mcpserver/mcp_server.py:391
Methoddisplay_name
Return the display name of the user.
langconnect/auth.py:36
Functiondocuments_bulk_delete
Deletes multiple documents from a collection by their IDs or file IDs.
langconnect/api/documents.py:30
Functiondocuments_delete
Deletes a specific document from a collection by its ID. Args: document_id: The ID to delete by (either document ID or file ID) d
langconnect/api/documents.py:203
Functiondocuments_list
Lists documents within a specific collection.
langconnect/api/documents.py:185
Functiondocuments_search
Search for documents within a specific collection.
langconnect/api/documents.py:236
Functiondummy_http_client
Monkeypatch httpx.AsyncClient for add_documents. Usage: dummy_http_client(response_data)
tests/conftest.py:62
Functiondummy_request
(method, endpoint, **kwargs)
tests/test_mcp_server.py:23
Functiondummy_request
Monkeypatch mcp_mod.client.request to return given response data. Usage: dummy_request(data)
tests/conftest.py:22
Functionevent_loop
Create a single asyncio event loop for the entire test session, and only close it once at the very end. This overrides pytest-asyncio's defaul
tests/unit_tests/conftest.py:16
Functionget_collection
Get details of a specific collection.
mcpserver/mcp_sse_server.py:267
Functionget_collection
Get details of a specific collection. This function retrieves detailed information about a specific document collection. It's useful for veri
mcpserver/mcp_server.py:220
Functionget_current_user
Get the current authenticated user's information. Args: user: Current authenticated user Returns: User information
langconnect/api/auth.py:177
Functionget_health_status
Check API health status.
mcpserver/mcp_sse_server.py:390
Functionget_health_status
Check API health status. This function performs a health check on the LangConnect API server to verify that it is running and accessible. It
mcpserver/mcp_server.py:419
Functionget_instructions
Provides instructions on how to use the LangConnect RAG MCP server.
mcpserver/mcp_server.py:33
FunctionhandleCancel
()
next-connect-ui/src/components/modals/upload-document-modal.tsx:160
FunctionhandleCancel
()
next-connect-ui/src/components/modals/create-collection-modal.tsx:99
FunctionhandleKeyDown
(event: KeyboardEvent)
next-connect-ui/src/components/ui/sidebar.tsx:98
FunctionhandleRefresh
()
next-connect-ui/src/app/(protected)/documents/page.tsx:179
FunctionhandleRefresh
()
next-connect-ui/src/app/(protected)/collections/page.tsx:77
Functionhealth_check
Health check endpoint.
langconnect/server.py:56
Methodidentity
Return the identity of the user. This is a unique identifier.
langconnect/auth.py:41
Methodis_authenticated
Return True if the user is authenticated.
langconnect/auth.py:31
Functionjwt
({ token, user })
next-connect-ui/src/lib/auth.ts:90
Functionlifespan
Lifespan context manager for FastAPI application.
langconnect/server.py:25
Methodlist
List all collections owned by the given user, ordered by logical name.
langconnect/database/collections.py:53
Functionlist_collections
List all available document collections.
mcpserver/mcp_sse_server.py:250
Functionlist_collections
List all available document collections. This function retrieves and displays all document collections that are available in the system. It's
mcpserver/mcp_server.py:183
Functionlist_documents
List documents in a collection.
mcpserver/mcp_sse_server.py:296
← previousnext →201–300 of 383, ranked by callers